#DEC07E

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

Shades of Chalky #DEC07E

Tints of Chalky #DEC07E

Color information

#DEC07E (or 0xDEC07E) is unknown color: approx Chalky. HEX triplet: DE, C0 and 7E. RGB value is (222,192,126). Sum of RGB (Red+Green+Blue) = 222+192+126=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC07E is #213F81. Grayscale: #C1C1C1. Windows color (decimal): -2178946 or 8306910. OLE color: 8306910.

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

Color convert

RGB222192126-
CMYK00.140.430.13
HSL41.25º59.26%68.24%-
HSV(B)41.25º43.24%87.06%-
XYZ52.7454.7427.52-
YUV193.4589.94148.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=41.11%
G=35.56%
B=23.33%

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
Decimal22219212600.140.430.1341.2559.2668.24
HexDEC07E0E2BD293b44
Octal33630017601653155173104
Binary110111101100000011111100111010101111011010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC07E; }

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

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

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

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

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

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

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

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