#D5C877

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

Shades of Winter Hazel #D5C877

Tints of Winter Hazel #D5C877

Color information

#D5C877 (or 0xD5C877) is unknown color: approx Winter Hazel. HEX triplet: D5, C8 and 77. RGB value is (213,200,119). Sum of RGB (Red+Green+Blue) = 213+200+119=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C877 is #2A3788. Grayscale: #C2C2C2. Windows color (decimal): -2766729 or 7850197. OLE color: 7850197.

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

Color convert

RGB213200119-
CMYK00.060.440.16
HSL51.7º52.81%65.1%-
HSV(B)51.7º44.13%83.53%-
XYZ51.4256.7925.7-
YUV194.6585.31141.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 119 (46.88% from 255) = 22.37%
R=40.04%
G=37.59%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320011900.060.440.1651.752.8165.1
HexD5C877062C10343541
Octal3253101670654206465101
Binary110101011100100011101110110101100100001101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C877; }

 p { color: rgb(213,200,119); }

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

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

 a { background-color: rgb(213,200,119); }

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

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

 span { border-color: rgb(213,200,119); }

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