#DEC07F

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

Shades of Chalky #DEC07F

Tints of Chalky #DEC07F

Color information

#DEC07F (or 0xDEC07F) is unknown color: approx Chalky. HEX triplet: DE, C0 and 7F. RGB value is (222,192,127). Sum of RGB (Red+Green+Blue) = 222+192+127=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC07F is #213F80. Grayscale: #C1C1C1. Windows color (decimal): -2178945 or 8372446. OLE color: 8372446.

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

Color convert

RGB222192127-
CMYK00.140.430.13
HSL41.05º59.01%68.43%-
HSV(B)41.05º42.79%87.06%-
XYZ52.854.7627.87-
YUV193.5690.44148.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 127 (50% from 255) = 23.48%
R=41.04%
G=35.49%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219212700.140.430.1341.0559.0168.43
HexDEC07F0E2BD293b44
Octal33630017701653155173104
Binary110111101100000011111110111010101111011010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC07F; }

 p { color: rgb(222,192,127); }

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

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

 a { background-color: rgb(222,192,127); }

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

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

 span { border-color: rgb(222,192,127); }

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