#D0B796

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

Shades of Vanilla #D0B796

Tints of Vanilla #D0B796

Color information

#D0B796 (or 0xD0B796) is unknown color: approx Vanilla. HEX triplet: D0, B7 and 96. RGB value is (208,183,150). Sum of RGB (Red+Green+Blue) = 208+183+150=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B796 is #2F4869. Grayscale: #BABABA. Windows color (decimal): -3098730 or 9877456. OLE color: 9877456.

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

Color convert

RGB208183150-
CMYK00.120.280.18
HSL34.14º38.16%70.2%-
HSV(B)34.14º27.88%81.57%-
XYZ48.4549.4835.85-
YUV186.71107.28143.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=38.45%
G=33.83%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818315000.120.280.1834.1438.1670.2
HexD0B7960C1C12222646
Octal32026722601434224246106
Binary1101000010110111100101100110011100100101000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B796; }

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

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

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

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

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

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

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

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