#D5C280

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

Shades of Winter Hazel #D5C280

Tints of Winter Hazel #D5C280

Color information

#D5C280 (or 0xD5C280) is unknown color: approx Winter Hazel. HEX triplet: D5, C2 and 80. RGB value is (213,194,128). Sum of RGB (Red+Green+Blue) = 213+194+128=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C280 is #2A3D7F. Grayscale: #C0C0C0. Windows color (decimal): -2768256 or 8438485. OLE color: 8438485.

HSL color Cylindrical-coordinate representation of color #D5C280: hue angle of 46.59º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5C280 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213194128-
CMYK00.090.400.16
HSL46.59º50.3%66.86%-
HSV(B)46.59º39.91%83.53%-
XYZ50.6354.2928.23-
YUV192.1691.79142.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=39.81%
G=36.26%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319412800.090.400.1646.5950.366.86
HexD5C2800928102f3243
Octal32530220001150205762103
Binary11010101110000101000000001001101000100001011111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C280; }

 p { color: rgb(213,194,128); }

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

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

 a { background-color: rgb(213,194,128); }

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

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

 span { border-color: rgb(213,194,128); }

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