#D0C27F

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

Shades of Winter Hazel #D0C27F

Tints of Winter Hazel #D0C27F

Color information

#D0C27F (or 0xD0C27F) is unknown color: approx Winter Hazel. HEX triplet: D0, C2 and 7F. RGB value is (208,194,127). Sum of RGB (Red+Green+Blue) = 208+194+127=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C27F is #2F3D80. Grayscale: #BEBEBE. Windows color (decimal): -3095937 or 8372944. OLE color: 8372944.

HSL color Cylindrical-coordinate representation of color #D0C27F: hue angle of 49.63º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0C27F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208194127-
CMYK00.070.390.18
HSL49.63º46.29%65.69%-
HSV(B)49.63º38.94%81.57%-
XYZ49.1353.5327.82-
YUV190.5592.14140.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 127 (50% from 255) = 24.01%
R=39.32%
G=36.67%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819412700.070.390.1849.6346.2965.69
HexD0C27F072712322e42
Octal3203021770747226256102
Binary110100001100001011111110111100111100101100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C27F; }

 p { color: rgb(208,194,127); }

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

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

 a { background-color: rgb(208,194,127); }

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

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

 span { border-color: rgb(208,194,127); }

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