#D0BA99

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

Shades of Vanilla #D0BA99

Tints of Vanilla #D0BA99

Color information

#D0BA99 (or 0xD0BA99) is unknown color: approx Vanilla. HEX triplet: D0, BA and 99. RGB value is (208,186,153). Sum of RGB (Red+Green+Blue) = 208+186+153=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA99 is #2F4566. Grayscale: #BCBCBC. Windows color (decimal): -3097959 or 10074832. OLE color: 10074832.

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

Color convert

RGB208186153-
CMYK00.110.260.18
HSL36º36.91%70.78%-
HSV(B)36º26.44%81.57%-
XYZ49.3250.8337.35-
YUV188.82107.79141.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=38.03%
G=34.00%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818615300.110.260.183636.9170.78
HexD0BA990B1A12242547
Octal32027223101332224445107
Binary1101000010111010100110010101111010100101001001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA99; }

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

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

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

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

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

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

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

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