#D5C677

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

Shades of Winter Hazel #D5C677

Tints of Winter Hazel #D5C677

Color information

#D5C677 (or 0xD5C677) is unknown color: approx Winter Hazel. HEX triplet: D5, C6 and 77. RGB value is (213,198,119). Sum of RGB (Red+Green+Blue) = 213+198+119=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C677 is #2A3988. Grayscale: #C1C1C1. Windows color (decimal): -2767241 or 7849685. OLE color: 7849685.

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

Color convert

RGB213198119-
CMYK00.070.440.16
HSL50.43º52.81%65.1%-
HSV(B)50.43º44.13%83.53%-
XYZ50.9655.8725.55-
YUV193.4885.97141.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 119 (46.88% from 255) = 22.45%
R=40.19%
G=37.36%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319811900.070.440.1650.4352.8165.1
HexD5C677072C10323541
Octal3253061670754206265101
Binary110101011100011011101110111101100100001100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C677; }

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

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

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

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

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

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

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

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