#D0B794

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

Shades of Vanilla #D0B794

Tints of Vanilla #D0B794

Color information

#D0B794 (or 0xD0B794) is unknown color: approx Vanilla. HEX triplet: D0, B7 and 94. RGB value is (208,183,148). Sum of RGB (Red+Green+Blue) = 208+183+148=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B794 is #2F486B. Grayscale: #BABABA. Windows color (decimal): -3098732 or 9746384. OLE color: 9746384.

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

Color convert

RGB208183148-
CMYK00.120.290.18
HSL35º38.96%69.8%-
HSV(B)35º28.85%81.57%-
XYZ48.2949.4135.01-
YUV186.48106.28143.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=38.59%
G=33.95%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818314800.120.290.183538.9669.8
HexD0B7940C1D12232746
Octal32026722401435224347106
Binary1101000010110111100101000110011101100101000111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B794; }

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

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

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

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

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

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

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

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