#D5C17D

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

Shades of Winter Hazel #D5C17D

Tints of Winter Hazel #D5C17D

Color information

#D5C17D (or 0xD5C17D) is unknown color: approx Winter Hazel. HEX triplet: D5, C1 and 7D. RGB value is (213,193,125). Sum of RGB (Red+Green+Blue) = 213+193+125=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17D is #2A3E82. Grayscale: #BFBFBF. Windows color (decimal): -2768515 or 8241621. OLE color: 8241621.

HSL color Cylindrical-coordinate representation of color #D5C17D: hue angle of 46.36º 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 #D5C17D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213193125-
CMYK00.090.410.16
HSL46.36º51.16%66.27%-
HSV(B)46.36º41.31%83.53%-
XYZ50.2153.7727.13-
YUV191.2390.63143.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=40.11%
G=36.35%
B=23.54%

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
Decimal21319312500.090.410.1646.3651.1666.27
HexD5C17D0929102e3342
Octal32530117501151205663102
Binary1101010111000001111110101001101001100001011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C17D; }

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

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

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

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

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

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

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

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