Shades of Chalky #DEC380
Tints of Chalky #DEC380
RGB
CMYK
RGB Variations
Color information
#DEC380 (or 0xDEC380) is known color: Chalky. HEX triplet: DE, C3 and 80. RGB value is (222,195,128). Sum of RGB (Red+Green+Blue) = 222+195+128=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC380 is #213C7F. Grayscale: #C3C3C3. Windows color (decimal): -2178176 or 8438750. OLE color: 8438750.
HSL color Cylindrical-coordinate representation of color #DEC380: hue angle of 42.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEC380 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 128 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.13 |
| HSL | 42.77º | 0.59% | 0.69% | - |
| HSV(B) | 42.77º | 0.42% | 0.87% | - |
| XYZ | 53.54 | 56.12 | 28.43 | - |
| YUV | 195.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 128 | 0 | 0.12 | 0.42 | 0.13 | 42.77 | 0.59 | 0.69 |
| Hex | DE | C3 | 80 | 0 | C | 2A | D | 2B | 3B | 45 |
| Octal | 336 | 303 | 200 | 0 | 14 | 52 | 15 | 53 | 73 | 105 |
| Binary | 11011110 | 11000011 | 10000000 | 0 | 1100 | 101010 | 1101 | 101011 | 111011 | 1000101 |
Color Harmonies of #DEC380
Complementary color
Monochromatic Colors of #DEC380
Black with #DEC380
Text Example
Text Example
White with #DEC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC380; }
p { color: rgb(222,195,128); }
H1.HeaderClassName
{
color: #DEC380;
}
.AnyTagClassName
{
color: #DEC380;
}
</style>
background-color css
<style>
a { background-color: #DEC380; }
a { background-color: rgb(222,195,128); }
div.DivClassName
{
background-color: #DEC380;
}
.BgClassName
{
background-color: #DEC380;
}
</style>
border-color css
<style>
span { border-color: #DEC380; }
span { border-color: rgb(222,195,128); }
td.TdClassName
{
border-color: #DEC380;
}
.TagClassName
{
border-color: #DEC380;
}
</style>