#D0BB94

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

Shades of Vanilla #D0BB94

Tints of Vanilla #D0BB94

Color information

#D0BB94 (or 0xD0BB94) is unknown color: approx Vanilla. HEX triplet: D0, BB and 94. RGB value is (208,187,148). Sum of RGB (Red+Green+Blue) = 208+187+148=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB94 is #2F446B. Grayscale: #BDBDBD. Windows color (decimal): -3097708 or 9747408. OLE color: 9747408.

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

Color convert

RGB208187148-
CMYK00.100.290.18
HSL39º38.96%69.8%-
HSV(B)39º28.85%81.57%-
XYZ49.1351.0935.29-
YUV188.83104.96141.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=38.31%
G=34.44%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818714800.100.290.183938.9669.8
HexD0BB940A1D12272746
Octal32027322401235224747106
Binary1101000010111011100101000101011101100101001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB94; }

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

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

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

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

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

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

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

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