Shades of Chalky #DDC27C
Tints of Chalky #DDC27C
RGB
CMYK
RGB Variations
Color information
#DDC27C (or 0xDDC27C) is known color: Chalky. HEX triplet: DD, C2 and 7C. RGB value is (221,194,124). Sum of RGB (Red+Green+Blue) = 221+194+124=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27C is #223D83. Grayscale: #C2C2C2. Windows color (decimal): -2243972 or 8176349. OLE color: 8176349.
HSL color Cylindrical-coordinate representation of color #DDC27C: hue angle of 43.3º degrees, saturation: 0.59, 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 #DDC27C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 124 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.13 |
| HSL | 43.3º | 0.59% | 0.68% | - |
| HSV(B) | 43.3º | 0.44% | 0.87% | - |
| XYZ | 52.75 | 55.41 | 26.98 | - |
| YUV | 194.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 124 | 0 | 0.12 | 0.44 | 0.13 | 43.3 | 0.59 | 0.68 |
| Hex | DD | C2 | 7C | 0 | C | 2C | D | 2B | 3B | 44 |
| Octal | 335 | 302 | 174 | 0 | 14 | 54 | 15 | 53 | 73 | 104 |
| Binary | 11011101 | 11000010 | 1111100 | 0 | 1100 | 101100 | 1101 | 101011 | 111011 | 1000100 |
Color Harmonies of #DDC27C
Complementary color
Monochromatic Colors of #DDC27C
Black with #DDC27C
Text Example
Text Example
White with #DDC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC27C; }
p { color: rgb(221,194,124); }
H1.HeaderClassName
{
color: #DDC27C;
}
.AnyTagClassName
{
color: #DDC27C;
}
</style>
background-color css
<style>
a { background-color: #DDC27C; }
a { background-color: rgb(221,194,124); }
div.DivClassName
{
background-color: #DDC27C;
}
.BgClassName
{
background-color: #DDC27C;
}
</style>
border-color css
<style>
span { border-color: #DDC27C; }
span { border-color: rgb(221,194,124); }
td.TdClassName
{
border-color: #DDC27C;
}
.TagClassName
{
border-color: #DDC27C;
}
</style>