Shades of Chalky #DDC57E
Tints of Chalky #DDC57E
RGB
CMYK
RGB Variations
Color information
#DDC57E (or 0xDDC57E) is known color: Chalky. HEX triplet: DD, C5 and 7E. RGB value is (221,197,126). Sum of RGB (Red+Green+Blue) = 221+197+126=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57E is #223A81. Grayscale: #C4C4C4. Windows color (decimal): -2243202 or 8308189. OLE color: 8308189.
HSL color Cylindrical-coordinate representation of color #DDC57E: hue angle of 44.84º degrees, saturation: 0.58, 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 #DDC57E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 126 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 44.84º | 0.58% | 0.68% | - |
| HSV(B) | 44.84º | 0.43% | 0.87% | - |
| XYZ | 53.55 | 56.81 | 27.88 | - |
| YUV | 196.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 126 | 0 | 0.11 | 0.43 | 0.13 | 44.84 | 0.58 | 0.68 |
| Hex | DD | C5 | 7E | 0 | B | 2B | D | 2D | 3A | 44 |
| Octal | 335 | 305 | 176 | 0 | 13 | 53 | 15 | 55 | 72 | 104 |
| Binary | 11011101 | 11000101 | 1111110 | 0 | 1011 | 101011 | 1101 | 101101 | 111010 | 1000100 |
Color Harmonies of #DDC57E
Complementary color
Monochromatic Colors of #DDC57E
Black with #DDC57E
Text Example
Text Example
White with #DDC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC57E; }
p { color: rgb(221,197,126); }
H1.HeaderClassName
{
color: #DDC57E;
}
.AnyTagClassName
{
color: #DDC57E;
}
</style>
background-color css
<style>
a { background-color: #DDC57E; }
a { background-color: rgb(221,197,126); }
div.DivClassName
{
background-color: #DDC57E;
}
.BgClassName
{
background-color: #DDC57E;
}
</style>
border-color css
<style>
span { border-color: #DDC57E; }
span { border-color: rgb(221,197,126); }
td.TdClassName
{
border-color: #DDC57E;
}
.TagClassName
{
border-color: #DDC57E;
}
</style>