#D0BB96

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

Shades of Vanilla #D0BB96

Tints of Vanilla #D0BB96

Color information

#D0BB96 (or 0xD0BB96) is unknown color: approx Vanilla. HEX triplet: D0, BB and 96. RGB value is (208,187,150). Sum of RGB (Red+Green+Blue) = 208+187+150=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB96 is #2F4469. Grayscale: #BDBDBD. Windows color (decimal): -3097706 or 9878480. OLE color: 9878480.

HSL color Cylindrical-coordinate representation of color #D0BB96: hue angle of 38.28º 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 #D0BB96 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208187150-
CMYK00.100.280.18
HSL38.28º38.16%70.2%-
HSV(B)38.28º27.88%81.57%-
XYZ49.2951.1536.13-
YUV189.06105.96141.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=38.17%
G=34.31%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818715000.100.280.1838.2838.1670.2
HexD0BB960A1C12262646
Octal32027322601234224646106
Binary1101000010111011100101100101011100100101001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB96; }

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

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

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

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

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

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

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

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