COLOR #D0B263

HEX: #D0B263
RGB: (208,178,99)

Color info

#D0B263 contains mainly red and green colors. Web safe color of #D0B263 is #CC9966 (or #C96).

RGB color model

#D0B263 color RGB value is (208,178,99).

  • red value is 208;
  • green value is 178;
  • blue value is 99.
RGB:
(208,178,99)
(82%,70%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 99 of 255 = 39%

208
178
99

R + G + B ~ 64%. #D0B263 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 178 + 99 = 485 (100%)
R 208 of 485 ~ 42.89%
G 178 of 485 ~ 36.7%
B 99 of 485 ~ 20.41%

%42.89
%36.7
%20.41

CMYK color model

#D0B263 color CMYK value is (0,14,52,18).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 52.40%
  • key color value is 18.43%
CMYK:
(0,14,52,18)
C0M14Y52K18 
(0%,14%,52%,18%)
(0.00/0.14/0.52/0.18)	

CMYK percentages

%0
%14.42
%52.4
%18.43

Codes

Color #D0B263 in popluar color models

D0B263
RGB20817899
HSL43°53.69%60.20%
HSB/HSV43°52.40%81.57%
CMYK0.00%14.42%52.40%
18.43%

Color #D0B263 in popluar number systems.

HEXD0B263
Decimal20817899
Binary11010000101100101100011
Octal320262143

Shades and tints

Shades of #D0B263

#D0B263
(208,178,99)
#BEA25A
(190,162,90)
#AC9251
(172,146,81)
#9A8248
(154,130,72)
#88723F
(136,114,63)
#766236
(118,98,54)
#64522D
(100,82,45)
#524224
(82,66,36)
#40321B
(64,50,27)
#2E2212
(46,34,18)
#1C1209
(28,18,9)
#000000
(0,0,0)

Tints of #D0B263

#D0B263
(208,178,99)
#D4B971
(212,185,113)
#D8C07F
(216,192,127)
#DCC78D
(220,199,141)
#E0CE9B
(224,206,155)
#E4D5A9
(228,213,169)
#E8DCB7
(232,220,183)
#ECE3C5
(236,227,197)
#F0EAD3
(240,234,211)
#F4F1E1
(244,241,225)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B263 color. Also use rgb(208,178,99) instead hex code.

Text Font Color

.myTextColor { color: #D0B263; }

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

This text font color is #D0B263.


Background Color

.myBgColor { background-color: #D0B263; }

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

This div background color is #D0B263.


Border color

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

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

This div border color is #D0B263.


Opacity

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

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

Text with #D0B263 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 #D0B263;}

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

This text has shadow with #D0B263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B263 on black background.


Color preview on white background

This text has color #D0B263 on white background.



Black color preview on #D0B263 background

This text has black color on #D0B263 background.


White color preview on #D0B263 background

This text has white color on #D0B263 background.