#D0C08D

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

Shades of Winter Hazel #D0C08D

Tints of Winter Hazel #D0C08D

Color information

#D0C08D (or 0xD0C08D) is unknown color: approx Winter Hazel. HEX triplet: D0, C0 and 8D. RGB value is (208,192,141). Sum of RGB (Red+Green+Blue) = 208+192+141=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C08D is #2F3F72. Grayscale: #BFBFBF. Windows color (decimal): -3096435 or 9289936. OLE color: 9289936.

HSL color Cylindrical-coordinate representation of color #D0C08D: hue angle of 45.67º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0C08D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208192141-
CMYK00.080.320.18
HSL45.67º41.61%68.43%-
HSV(B)45.67º32.21%81.57%-
XYZ49.6753.0332.82-
YUV190.9799.8140.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=38.45%
G=35.49%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819214100.080.320.1845.6741.6168.43
HexD0C08D0820122e2a44
Octal32030021501040225652104
Binary11010000110000001000110101000100000100101011101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C08D; }

 p { color: rgb(208,192,141); }

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

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

 a { background-color: rgb(208,192,141); }

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

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

 span { border-color: rgb(208,192,141); }

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