Shades of Chalky #DDC57C
Tints of Chalky #DDC57C
RGB
CMYK
RGB Variations
Color information
#DDC57C (or 0xDDC57C) is known color: Chalky. HEX triplet: DD, C5 and 7C. RGB value is (221,197,124). Sum of RGB (Red+Green+Blue) = 221+197+124=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57C is #223A83. Grayscale: #C4C4C4. Windows color (decimal): -2243204 or 8177117. OLE color: 8177117.
HSL color Cylindrical-coordinate representation of color #DDC57C: hue angle of 45.15º 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 #DDC57C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 124 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.13 |
| HSL | 45.15º | 0.59% | 0.68% | - |
| HSV(B) | 45.15º | 0.44% | 0.87% | - |
| XYZ | 53.42 | 56.76 | 27.21 | - |
| YUV | 195.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 124 | 0 | 0.11 | 0.44 | 0.13 | 45.15 | 0.59 | 0.68 |
| Hex | DD | C5 | 7C | 0 | B | 2C | D | 2D | 3B | 44 |
| Octal | 335 | 305 | 174 | 0 | 13 | 54 | 15 | 55 | 73 | 104 |
| Binary | 11011101 | 11000101 | 1111100 | 0 | 1011 | 101100 | 1101 | 101101 | 111011 | 1000100 |
Color Harmonies of #DDC57C
Complementary color
Monochromatic Colors of #DDC57C
Black with #DDC57C
Text Example
Text Example
White with #DDC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC57C; }
p { color: rgb(221,197,124); }
H1.HeaderClassName
{
color: #DDC57C;
}
.AnyTagClassName
{
color: #DDC57C;
}
</style>
background-color css
<style>
a { background-color: #DDC57C; }
a { background-color: rgb(221,197,124); }
div.DivClassName
{
background-color: #DDC57C;
}
.BgClassName
{
background-color: #DDC57C;
}
</style>
border-color css
<style>
span { border-color: #DDC57C; }
span { border-color: rgb(221,197,124); }
td.TdClassName
{
border-color: #DDC57C;
}
.TagClassName
{
border-color: #DDC57C;
}
</style>