#D5C17A

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

Shades of Winter Hazel #D5C17A

Tints of Winter Hazel #D5C17A

Color information

#D5C17A (or 0xD5C17A) is unknown color: approx Winter Hazel. HEX triplet: D5, C1 and 7A. RGB value is (213,193,122). Sum of RGB (Red+Green+Blue) = 213+193+122=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17A is #2A3E85. Grayscale: #BFBFBF. Windows color (decimal): -2768518 or 8045013. OLE color: 8045013.

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

Color convert

RGB213193122-
CMYK00.090.430.16
HSL46.81º52%65.69%-
HSV(B)46.81º42.72%83.53%-
XYZ50.0253.6926.14-
YUV190.8989.13143.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=40.34%
G=36.55%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319312200.090.430.1646.815265.69
HexD5C17A092B102f3442
Octal32530117201153205764102
Binary1101010111000001111101001001101011100001011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C17A; }

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

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

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

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

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

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

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

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