#D0C47D

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

Shades of Winter Hazel #D0C47D

Tints of Winter Hazel #D0C47D

Color information

#D0C47D (or 0xD0C47D) is unknown color: approx Winter Hazel. HEX triplet: D0, C4 and 7D. RGB value is (208,196,125). Sum of RGB (Red+Green+Blue) = 208+196+125=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C47D is #2F3B82. Grayscale: #BFBFBF. Windows color (decimal): -3095427 or 8242384. OLE color: 8242384.

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

Color convert

RGB208196125-
CMYK00.060.400.18
HSL51.33º46.89%65.29%-
HSV(B)51.33º39.9%81.57%-
XYZ49.4554.3727.29-
YUV191.4990.48139.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=39.32%
G=37.05%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819612500.060.400.1851.3346.8965.29
HexD0C47D062812332f41
Octal3203041750650226357101
Binary110100001100010011111010110101000100101100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C47D; }

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

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

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

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

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

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

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

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