#DEC080

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

Shades of Chalky #DEC080

Tints of Chalky #DEC080

Color information

#DEC080 (or 0xDEC080) is unknown color: approx Chalky. HEX triplet: DE, C0 and 80. RGB value is (222,192,128). Sum of RGB (Red+Green+Blue) = 222+192+128=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC080 is #213F7F. Grayscale: #C1C1C1. Windows color (decimal): -2178944 or 8437982. OLE color: 8437982.

HSL color Cylindrical-coordinate representation of color #DEC080: hue angle of 40.85º 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 #DEC080 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222192128-
CMYK00.140.420.13
HSL40.85º58.75%68.63%-
HSV(B)40.85º42.34%87.06%-
XYZ52.8754.7928.21-
YUV193.6790.94148.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=40.96%
G=35.42%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219212800.140.420.1340.8558.7568.63
HexDEC0800E2AD293b45
Octal33630020001652155173105
Binary1101111011000000100000000111010101011011010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC080; }

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

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

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

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

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

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

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

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