Shades of Chalky #DDC080
Tints of Chalky #DDC080
RGB
CMYK
RGB Variations
Color information
#DDC080 (or 0xDDC080) is known color: Chalky. HEX triplet: DD, C0 and 80. RGB value is (221,192,128). Sum of RGB (Red+Green+Blue) = 221+192+128=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC080 is #223F7F. Grayscale: #C1C1C1. Windows color (decimal): -2244480 or 8437981. OLE color: 8437981.
HSL color Cylindrical-coordinate representation of color #DDC080: hue angle of 41.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC080 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 128 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.13 |
| HSL | 41.29º | 0.58% | 0.68% | - |
| HSV(B) | 41.29º | 0.42% | 0.87% | - |
| XYZ | 52.56 | 54.63 | 28.2 | - |
| YUV | 193.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 128 | 0 | 0.13 | 0.42 | 0.13 | 41.29 | 0.58 | 0.68 |
| Hex | DD | C0 | 80 | 0 | D | 2A | D | 29 | 3A | 44 |
| Octal | 335 | 300 | 200 | 0 | 15 | 52 | 15 | 51 | 72 | 104 |
| Binary | 11011101 | 11000000 | 10000000 | 0 | 1101 | 101010 | 1101 | 101001 | 111010 | 1000100 |
Color Harmonies of #DDC080
Complementary color
Monochromatic Colors of #DDC080
Black with #DDC080
Text Example
Text Example
White with #DDC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC080; }
p { color: rgb(221,192,128); }
H1.HeaderClassName
{
color: #DDC080;
}
.AnyTagClassName
{
color: #DDC080;
}
</style>
background-color css
<style>
a { background-color: #DDC080; }
a { background-color: rgb(221,192,128); }
div.DivClassName
{
background-color: #DDC080;
}
.BgClassName
{
background-color: #DDC080;
}
</style>
border-color css
<style>
span { border-color: #DDC080; }
span { border-color: rgb(221,192,128); }
td.TdClassName
{
border-color: #DDC080;
}
.TagClassName
{
border-color: #DDC080;
}
</style>