#D0C47E

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

Shades of Winter Hazel #D0C47E

Tints of Winter Hazel #D0C47E

Color information

#D0C47E (or 0xD0C47E) is unknown color: approx Winter Hazel. HEX triplet: D0, C4 and 7E. RGB value is (208,196,126). Sum of RGB (Red+Green+Blue) = 208+196+126=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C47E is #2F3B81. Grayscale: #BFBFBF. Windows color (decimal): -3095426 or 8307920. OLE color: 8307920.

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

Color convert

RGB208196126-
CMYK00.060.390.18
HSL51.22º46.59%65.49%-
HSV(B)51.22º39.42%81.57%-
XYZ49.5254.427.63-
YUV191.6190.98139.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=39.25%
G=36.98%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819612600.060.390.1851.2246.5965.49
HexD0C47E062712332f41
Octal3203041760647226357101
Binary110100001100010011111100110100111100101100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C47E; }

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

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

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

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

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

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

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

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