#D0BB99

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

Shades of Vanilla #D0BB99

Tints of Vanilla #D0BB99

Color information

#D0BB99 (or 0xD0BB99) is unknown color: approx Vanilla. HEX triplet: D0, BB and 99. RGB value is (208,187,153). Sum of RGB (Red+Green+Blue) = 208+187+153=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB99 is #2F4466. Grayscale: #BDBDBD. Windows color (decimal): -3097703 or 10075088. OLE color: 10075088.

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

Color convert

RGB208187153-
CMYK00.100.260.18
HSL37.09º36.91%70.78%-
HSV(B)37.09º26.44%81.57%-
XYZ49.5351.2537.42-
YUV189.4107.46141.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=37.96%
G=34.12%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818715300.100.260.1837.0936.9170.78
HexD0BB990A1A12252547
Octal32027323101232224545107
Binary1101000010111011100110010101011010100101001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB99; }

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

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

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

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

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

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

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

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