#DEC580

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

Shades of Chalky #DEC580

Tints of Chalky #DEC580

Color information

#DEC580 (or 0xDEC580) is unknown color: approx Chalky. HEX triplet: DE, C5 and 80. RGB value is (222,197,128). Sum of RGB (Red+Green+Blue) = 222+197+128=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC580 is #213A7F. Grayscale: #C4C4C4. Windows color (decimal): -2177664 or 8439262. OLE color: 8439262.

HSL color Cylindrical-coordinate representation of color #DEC580: hue angle of 44.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEC580 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222197128-
CMYK00.110.420.13
HSL44.04º58.75%68.63%-
HSV(B)44.04º42.34%87.06%-
XYZ53.9957.0228.58-
YUV196.6189.28146.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=40.59%
G=36.01%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219712800.110.420.1344.0458.7568.63
HexDEC5800B2AD2c3b45
Octal33630520001352155473105
Binary1101111011000101100000000101110101011011011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC580; }

 p { color: rgb(222,197,128); }

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

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

 a { background-color: rgb(222,197,128); }

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

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

 span { border-color: rgb(222,197,128); }

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