Shades of Chalky #DDC17D
Tints of Chalky #DDC17D
RGB
CMYK
RGB Variations
Color information
#DDC17D (or 0xDDC17D) is known color: Chalky. HEX triplet: DD, C1 and 7D. RGB value is (221,193,125). Sum of RGB (Red+Green+Blue) = 221+193+125=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC17D is #223E82. Grayscale: #C1C1C1. Windows color (decimal): -2244227 or 8241629. OLE color: 8241629.
HSL color Cylindrical-coordinate representation of color #DDC17D: hue angle of 42.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDC17D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 125 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.13 |
| HSL | 42.5º | 0.59% | 0.68% | - |
| HSV(B) | 42.5º | 0.43% | 0.87% | - |
| XYZ | 52.59 | 54.99 | 27.24 | - |
| YUV | 193.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 125 | 0 | 0.13 | 0.43 | 0.13 | 42.5 | 0.59 | 0.68 |
| Hex | DD | C1 | 7D | 0 | D | 2B | D | 2A | 3B | 44 |
| Octal | 335 | 301 | 175 | 0 | 15 | 53 | 15 | 52 | 73 | 104 |
| Binary | 11011101 | 11000001 | 1111101 | 0 | 1101 | 101011 | 1101 | 101010 | 111011 | 1000100 |
Color Harmonies of #DDC17D
Complementary color
Monochromatic Colors of #DDC17D
Black with #DDC17D
Text Example
Text Example
White with #DDC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC17D; }
p { color: rgb(221,193,125); }
H1.HeaderClassName
{
color: #DDC17D;
}
.AnyTagClassName
{
color: #DDC17D;
}
</style>
background-color css
<style>
a { background-color: #DDC17D; }
a { background-color: rgb(221,193,125); }
div.DivClassName
{
background-color: #DDC17D;
}
.BgClassName
{
background-color: #DDC17D;
}
</style>
border-color css
<style>
span { border-color: #DDC17D; }
span { border-color: rgb(221,193,125); }
td.TdClassName
{
border-color: #DDC17D;
}
.TagClassName
{
border-color: #DDC17D;
}
</style>