Shades of Chalky #DEC37D
Tints of Chalky #DEC37D
RGB
CMYK
RGB Variations
Color information
#DEC37D (or 0xDEC37D) is known color: 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
| RGB | 222 | 195 | 125 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.13 |
| HSL | 43.3º | 0.6% | 0.68% | - |
| HSV(B) | 43.3º | 0.44% | 0.87% | - |
| XYZ | 53.34 | 56.04 | 27.41 | - |
| YUV | 195.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 125 | 0 | 0.12 | 0.44 | 0.13 | 43.3 | 0.6 | 0.68 |
| Hex | DE | C3 | 7D | 0 | C | 2C | D | 2B | 3C | 44 |
| Octal | 336 | 303 | 175 | 0 | 14 | 54 | 15 | 53 | 74 | 104 |
| Binary | 11011110 | 11000011 | 1111101 | 0 | 1100 | 101100 | 1101 | 101011 | 111100 | 1000100 |
Color Harmonies of #DEC37D
Complementary color
Monochromatic Colors of #DEC37D
Black with #DEC37D
Text Example
Text Example
White with #DEC37D
Text Example
Text Example
HTML Codes & Css Web 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>