#DEC182

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

Shades of Chalky #DEC182

Tints of Chalky #DEC182

Color information

#DEC182 (or 0xDEC182) is unknown color: approx Chalky. HEX triplet: DE, C1 and 82. RGB value is (222,193,130). Sum of RGB (Red+Green+Blue) = 222+193+130=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC182 is #213E7D. Grayscale: #C2C2C2. Windows color (decimal): -2178686 or 8569310. OLE color: 8569310.

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

Color convert

RGB222193130-
CMYK00.130.410.13
HSL41.09º58.23%69.02%-
HSV(B)41.09º41.44%87.06%-
XYZ53.2255.2828.98-
YUV194.4991.61147.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=40.73%
G=35.41%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219313000.130.410.1341.0958.2369.02
HexDEC1820D29D293a45
Octal33630120201551155172105
Binary1101111011000001100000100110110100111011010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC182; }

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

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

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

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

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

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

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

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