#D7C47D

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

Shades of Winter Hazel #D7C47D

Tints of Winter Hazel #D7C47D

Color information

#D7C47D (or 0xD7C47D) is unknown color: approx Winter Hazel. HEX triplet: D7, C4 and 7D. RGB value is (215,196,125). Sum of RGB (Red+Green+Blue) = 215+196+125=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C47D is #283B82. Grayscale: #C1C1C1. Windows color (decimal): -2636675 or 8242391. OLE color: 8242391.

HSL color Cylindrical-coordinate representation of color #D7C47D: hue angle of 47.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C47D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215196125-
CMYK00.090.420.16
HSL47.33º52.94%66.67%-
HSV(B)47.33º41.86%84.31%-
XYZ51.4755.4127.38-
YUV193.5989.29143.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=40.11%
G=36.57%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519612500.090.420.1647.3352.9466.67
HexD7C47D092A102f3543
Octal32730417501152205765103
Binary1101011111000100111110101001101010100001011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C47D; }

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

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

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

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

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

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

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

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