#D0C67D

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

Shades of Winter Hazel #D0C67D

Tints of Winter Hazel #D0C67D

Color information

#D0C67D (or 0xD0C67D) is unknown color: approx Winter Hazel. HEX triplet: D0, C6 and 7D. RGB value is (208,198,125). Sum of RGB (Red+Green+Blue) = 208+198+125=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C67D is #2F3982. Grayscale: #C0C0C0. Windows color (decimal): -3094915 or 8242896. OLE color: 8242896.

HSL color Cylindrical-coordinate representation of color #D0C67D: hue angle of 52.77º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0C67D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208198125-
CMYK00.050.400.18
HSL52.77º46.89%65.29%-
HSV(B)52.77º39.9%81.57%-
XYZ49.9155.2827.44-
YUV192.6789.81138.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=39.17%
G=37.29%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819812500.050.400.1852.7746.8965.29
HexD0C67D052812352f41
Octal3203061750550226557101
Binary110100001100011011111010101101000100101101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C67D; }

 p { color: rgb(208,198,125); }

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

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

 a { background-color: rgb(208,198,125); }

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

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

 span { border-color: rgb(208,198,125); }

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