#DEC37D

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

Shades of Chalky #DEC37D

Tints of Chalky #DEC37D

Color information

#DEC37D (or 0xDEC37D) is unknown color: approx Chalky. HEX triplet: DE, C3 and 7D. RGB value is (222,195,125). Sum of RGB (Red+Green+Blue) = 222+195+125=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC37D is #213C82. Grayscale: #C3C3C3. Windows color (decimal): -2178179 or 8242142. OLE color: 8242142.

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

Color convert

RGB222195125-
CMYK00.120.440.13
HSL43.3º59.51%68.04%-
HSV(B)43.3º43.69%87.06%-
XYZ53.3456.0427.41-
YUV195.0988.45147.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=40.96%
G=35.98%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219512500.120.440.1343.359.5168.04
HexDEC37D0C2CD2b3c44
Octal33630317501454155374104
Binary110111101100001111111010110010110011011010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC37D; }

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

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

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

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

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

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

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

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