#D0B996

Color #D0B996 Vanilla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla #D0B996

Tints of Vanilla #D0B996

Color information

#D0B996 (or 0xD0B996) is unknown color: approx Vanilla. HEX triplet: D0, B9 and 96. RGB value is (208,185,150). Sum of RGB (Red+Green+Blue) = 208+185+150=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B996 is #2F4669. Grayscale: #BCBCBC. Windows color (decimal): -3098218 or 9877968. OLE color: 9877968.

HSL color Cylindrical-coordinate representation of color #D0B996: hue angle of 36.21º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0B996 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208185150-
CMYK00.110.280.18
HSL36.21º38.16%70.2%-
HSV(B)36.21º27.88%81.57%-
XYZ48.8750.3135.99-
YUV187.89106.62142.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=38.31%
G=34.07%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818515000.110.280.1836.2138.1670.2
HexD0B9960B1C12242646
Octal32027122601334224446106
Binary1101000010111001100101100101111100100101001001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B996; }

 p { color: rgb(208,185,150); }

 H1.HeaderClassName
 {
   color: #D0B996;
 }
 .AnyTagClassName
 {
   color: #D0B996;
 }
</style>
background-color css

<style>
 a { background-color: #D0B996; }

 a { background-color: rgb(208,185,150); }

 div.DivClassName
 {
   background-color: #D0B996;
 }
 .BgClassName
 {
   background-color: #D0B996;
 }
</style>
border-color css

<style>
 span { border-color: #D0B996; }

 span { border-color: rgb(208,185,150); }

 td.TdClassName
 {
   border-color: #D0B996;
 }
 .TagClassName
 {
   border-color: #D0B996;
 }
</style>