#D0C77D

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

Shades of Winter Hazel #D0C77D

Tints of Winter Hazel #D0C77D

Color information

#D0C77D (or 0xD0C77D) is unknown color: approx Winter Hazel. HEX triplet: D0, C7 and 7D. RGB value is (208,199,125). Sum of RGB (Red+Green+Blue) = 208+199+125=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C77D is #2F3882. Grayscale: #C1C1C1. Windows color (decimal): -3094659 or 8243152. OLE color: 8243152.

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

Color convert

RGB208199125-
CMYK00.040.400.18
HSL53.49º46.89%65.29%-
HSV(B)53.49º39.9%81.57%-
XYZ50.1455.7427.52-
YUV193.2689.48138.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=39.10%
G=37.41%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819912500.040.400.1853.4946.8965.29
HexD0C77D042812352f41
Octal3203071750450226557101
Binary110100001100011111111010100101000100101101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C77D; }

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

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

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

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

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

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

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

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