#DEC280

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

Shades of Chalky #DEC280

Tints of Chalky #DEC280

Color information

#DEC280 (or 0xDEC280) is unknown color: approx Chalky. HEX triplet: DE, C2 and 80. RGB value is (222,194,128). Sum of RGB (Red+Green+Blue) = 222+194+128=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC280 is #213D7F. Grayscale: #C3C3C3. Windows color (decimal): -2178432 or 8438494. OLE color: 8438494.

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

Color convert

RGB222194128-
CMYK00.130.420.13
HSL42.13º58.75%68.63%-
HSV(B)42.13º42.34%87.06%-
XYZ53.3155.6728.36-
YUV194.8590.28147.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=40.81%
G=35.66%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219412800.130.420.1342.1358.7568.63
HexDEC2800D2AD2a3b45
Octal33630220001552155273105
Binary1101111011000010100000000110110101011011010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC280; }

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

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

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

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

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

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

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

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