#DEC27D

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

Shades of Chalky #DEC27D

Tints of Chalky #DEC27D

Color information

#DEC27D (or 0xDEC27D) is unknown color: approx Chalky. HEX triplet: DE, C2 and 7D. RGB value is (222,194,125). Sum of RGB (Red+Green+Blue) = 222+194+125=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC27D is #213D82. Grayscale: #C2C2C2. Windows color (decimal): -2178435 or 8241886. OLE color: 8241886.

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

Color convert

RGB222194125-
CMYK00.130.440.13
HSL42.68º59.51%68.04%-
HSV(B)42.68º43.69%87.06%-
XYZ53.1255.5927.33-
YUV194.5188.78147.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=41.04%
G=35.86%
B=23.11%

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
Decimal22219412500.130.440.1342.6859.5168.04
HexDEC27D0D2CD2b3c44
Octal33630217501554155374104
Binary110111101100001011111010110110110011011010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC27D; }

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

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

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

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

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

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

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

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