#D0BA94

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

Shades of Vanilla #D0BA94

Tints of Vanilla #D0BA94

Color information

#D0BA94 (or 0xD0BA94) is unknown color: approx Vanilla. HEX triplet: D0, BA and 94. RGB value is (208,186,148). Sum of RGB (Red+Green+Blue) = 208+186+148=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA94 is #2F456B. Grayscale: #BCBCBC. Windows color (decimal): -3097964 or 9747152. OLE color: 9747152.

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

Color convert

RGB208186148-
CMYK00.110.290.18
HSL38º38.96%69.8%-
HSV(B)38º28.85%81.57%-
XYZ48.9250.6735.22-
YUV188.25105.29142.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=38.38%
G=34.32%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818614800.110.290.183838.9669.8
HexD0BA940B1D12262746
Octal32027222401335224647106
Binary1101000010111010100101000101111101100101001101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA94; }

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

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

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

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

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

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

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

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