COLOR #D0B743

HEX: #D0B743
RGB: (208,183,67)

Color info

#D0B743 contains mainly red and green colors. Web safe color of #D0B743 is #CCCC33 (or #CC3).

RGB color model

#D0B743 color RGB value is (208,183,67).

  • red value is 208;
  • green value is 183;
  • blue value is 67.
RGB:
(208,183,67)
(82%,72%,26%)

RGB channels and saturation

R 208 of 255 = 82%
G 183 of 255 = 72%
B 67 of 255 = 26%

208
183
67

R + G + B ~ 60%. #D0B743 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 183 + 67 = 458 (100%)
R 208 of 458 ~ 45.41%
G 183 of 458 ~ 39.96%
B 67 of 458 ~ 14.63%

%45.41
%39.96
%14.63

CMYK color model

#D0B743 color CMYK value is (0,12,68,18).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 67.79%
  • key color value is 18.43%
CMYK:
(0,12,68,18)
C0M12Y68K18 
(0%,12%,68%,18%)
(0.00/0.12/0.68/0.18)	

CMYK percentages

%0
%12.02
%67.79
%18.43

Codes

Color #D0B743 in popluar color models

D0B743
RGB20818367
HSL49°60.00%53.92%
HSB/HSV49°67.79%81.57%
CMYK0.00%12.02%67.79%
18.43%

Color #D0B743 in popluar number systems.

HEXD0B743
Decimal20818367
Binary11010000101101111000011
Octal320267103

Shades and tints

Shades of #D0B743

#D0B743
(208,183,67)
#BEA73D
(190,167,61)
#AC9737
(172,151,55)
#9A8731
(154,135,49)
#88772B
(136,119,43)
#766725
(118,103,37)
#64571F
(100,87,31)
#524719
(82,71,25)
#403713
(64,55,19)
#2E270D
(46,39,13)
#1C1707
(28,23,7)
#000000
(0,0,0)

Tints of #D0B743

#D0B743
(208,183,67)
#D4BD54
(212,189,84)
#D8C365
(216,195,101)
#DCC976
(220,201,118)
#E0CF87
(224,207,135)
#E4D598
(228,213,152)
#E8DBA9
(232,219,169)
#ECE1BA
(236,225,186)
#F0E7CB
(240,231,203)
#F4EDDC
(244,237,220)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B743 color. Also use rgb(208,183,67) instead hex code.

Text Font Color

.myTextColor { color: #D0B743; }

<p style="color:#D0B743">This sample text font color is #D0B743.</p>

This text font color is #D0B743.


Background Color

.myBgColor { background-color: #D0B743; }

<div style="background-color:#D0B743">Inner text</div>

This div background color is #D0B743.


Border color

.myBorderColor { border: 1px solid #D0B743; }

<div style="border:3px solid #D0B743">Div</div>

This div border color is #D0B743.


Opacity

.myOpacity80 { color: #D0B743; opacity: 0.8; }

<p style="color:#D0B743;opacity:0.8;">80%</p>

Text with #D0B743 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D0B743;}

<p style="text-shadow: 3px 3px 1px #D0B743">Text here.</p>

This text has shadow with #D0B743 color.

.textShadow {text-shadow: 3px 3px 1px #D0B743, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D0B743, 5px 5px 20px red">Text here.</p>

This text has shadow with #D0B743 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0B743, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D0B743, Direction=45, Strength=4)">Text</p>

This text has shadow with #D0B743 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D0B743;
  -webkit-box-shadow:	1px 1px 3px 2px #D0B743;
  box-shadow:		1px 1px 3px 2px #D0B743;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D0B743;
-webkit-box-shadow: 1px 1px 3px 2px #D0B743;
box-shadow:1px 1px 3px 2px #D0B743;">
Div content here</div>
This div box has shadow with color #D0B743.

Preview

Color preview on black background

This text has color #D0B743 on black background.


Color preview on white background

This text has color #D0B743 on white background.



Black color preview on #D0B743 background

This text has black color on #D0B743 background.


White color preview on #D0B743 background

This text has white color on #D0B743 background.