#D0BC96

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

Shades of Vanilla #D0BC96

Tints of Vanilla #D0BC96

Color information

#D0BC96 (or 0xD0BC96) is unknown color: approx Vanilla. HEX triplet: D0, BC and 96. RGB value is (208,188,150). Sum of RGB (Red+Green+Blue) = 208+188+150=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC96 is #2F4369. Grayscale: #BDBDBD. Windows color (decimal): -3097450 or 9878736. OLE color: 9878736.

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

Color convert

RGB208188150-
CMYK00.100.280.18
HSL39.31º38.16%70.2%-
HSV(B)39.31º27.88%81.57%-
XYZ49.551.5836.2-
YUV189.65105.63141.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=38.10%
G=34.43%
B=27.47%

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
Decimal20818815000.100.280.1839.3138.1670.2
HexD0BC960A1C12272646
Octal32027422601234224746106
Binary1101000010111100100101100101011100100101001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC96; }

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

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

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

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

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

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

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

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