#DEC180

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

Shades of Chalky #DEC180

Tints of Chalky #DEC180

Color information

#DEC180 (or 0xDEC180) is unknown color: approx Chalky. HEX triplet: DE, C1 and 80. RGB value is (222,193,128). Sum of RGB (Red+Green+Blue) = 222+193+128=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC180 is #213E7F. Grayscale: #C2C2C2. Windows color (decimal): -2178688 or 8438238. OLE color: 8438238.

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

Color convert

RGB222193128-
CMYK00.130.420.13
HSL41.49º58.75%68.63%-
HSV(B)41.49º42.34%87.06%-
XYZ53.0955.2328.28-
YUV194.2690.61147.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=40.88%
G=35.54%
B=23.57%

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
Decimal22219312800.130.420.1341.4958.7568.63
HexDEC1800D2AD293b45
Octal33630120001552155173105
Binary1101111011000001100000000110110101011011010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC180; }

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

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

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

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

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

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

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

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