Shades of Chalky #DDC180
Tints of Chalky #DDC180
RGB
CMYK
RGB Variations
Color information
#DDC180 (or 0xDDC180) is known color: Chalky. HEX triplet: DD, C1 and 80. RGB value is (221,193,128). Sum of RGB (Red+Green+Blue) = 221+193+128=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC180 is #223E7F. Grayscale: #C2C2C2. Windows color (decimal): -2244224 or 8438237. OLE color: 8438237.
HSL color Cylindrical-coordinate representation of color #DDC180: hue angle of 41.94º 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 #DDC180 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 128 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.13 |
| HSL | 41.94º | 0.58% | 0.68% | - |
| HSV(B) | 41.94º | 0.42% | 0.87% | - |
| XYZ | 52.79 | 55.07 | 28.27 | - |
| YUV | 193.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 128 | 0 | 0.13 | 0.42 | 0.13 | 41.94 | 0.58 | 0.68 |
| Hex | DD | C1 | 80 | 0 | D | 2A | D | 2A | 3A | 44 |
| Octal | 335 | 301 | 200 | 0 | 15 | 52 | 15 | 52 | 72 | 104 |
| Binary | 11011101 | 11000001 | 10000000 | 0 | 1101 | 101010 | 1101 | 101010 | 111010 | 1000100 |
Color Harmonies of #DDC180
Complementary color
Monochromatic Colors of #DDC180
Black with #DDC180
Text Example
Text Example
White with #DDC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC180; }
p { color: rgb(221,193,128); }
H1.HeaderClassName
{
color: #DDC180;
}
.AnyTagClassName
{
color: #DDC180;
}
</style>
background-color css
<style>
a { background-color: #DDC180; }
a { background-color: rgb(221,193,128); }
div.DivClassName
{
background-color: #DDC180;
}
.BgClassName
{
background-color: #DDC180;
}
</style>
border-color css
<style>
span { border-color: #DDC180; }
span { border-color: rgb(221,193,128); }
td.TdClassName
{
border-color: #DDC180;
}
.TagClassName
{
border-color: #DDC180;
}
</style>