#D5C17E

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

Shades of Winter Hazel #D5C17E

Tints of Winter Hazel #D5C17E

Color information

#D5C17E (or 0xD5C17E) is unknown color: approx Winter Hazel. HEX triplet: D5, C1 and 7E. RGB value is (213,193,126). Sum of RGB (Red+Green+Blue) = 213+193+126=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17E is #2A3E81. Grayscale: #BFBFBF. Windows color (decimal): -2768514 or 8307157. OLE color: 8307157.

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

Color convert

RGB213193126-
CMYK00.090.410.16
HSL46.21º50.88%66.47%-
HSV(B)46.21º40.85%83.53%-
XYZ50.2853.7927.47-
YUV191.3491.13143.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 126 (49.61% from 255) = 23.68%
R=40.04%
G=36.28%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319312600.090.410.1646.2150.8866.47
HexD5C17E0929102e3342
Octal32530117601151205663102
Binary1101010111000001111111001001101001100001011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C17E; }

 p { color: rgb(213,193,126); }

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

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

 a { background-color: rgb(213,193,126); }

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

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

 span { border-color: rgb(213,193,126); }

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