#DEC27E

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

Shades of Chalky #DEC27E

Tints of Chalky #DEC27E

Color information

#DEC27E (or 0xDEC27E) is unknown color: approx Chalky. HEX triplet: DE, C2 and 7E. RGB value is (222,194,126). Sum of RGB (Red+Green+Blue) = 222+194+126=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC27E is #213D81. Grayscale: #C2C2C2. Windows color (decimal): -2178434 or 8307422. OLE color: 8307422.

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

Color convert

RGB222194126-
CMYK00.130.430.13
HSL42.5º59.26%68.24%-
HSV(B)42.5º43.24%87.06%-
XYZ53.1855.6227.67-
YUV194.6289.28147.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 126 (49.61% from 255) = 23.25%
R=40.96%
G=35.79%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219412600.130.430.1342.559.2668.24
HexDEC27E0D2BD2a3b44
Octal33630217601553155273104
Binary110111101100001011111100110110101111011010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC27E; }

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

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

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

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

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

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

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

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