#DEC17D

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

Shades of Chalky #DEC17D

Tints of Chalky #DEC17D

Color information

#DEC17D (or 0xDEC17D) is unknown color: approx Chalky. HEX triplet: DE, C1 and 7D. RGB value is (222,193,125). Sum of RGB (Red+Green+Blue) = 222+193+125=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC17D is #213E82. Grayscale: #C2C2C2. Windows color (decimal): -2178691 or 8241630. OLE color: 8241630.

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

Color convert

RGB222193125-
CMYK00.130.440.13
HSL42.06º59.51%68.04%-
HSV(B)42.06º43.69%87.06%-
XYZ52.955.1527.26-
YUV193.9289.11148.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=41.11%
G=35.74%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219312500.130.440.1342.0659.5168.04
HexDEC17D0D2CD2a3c44
Octal33630117501554155274104
Binary110111101100000111111010110110110011011010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC17D; }

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

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

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

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

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

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

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

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