Shades of Chalky #DDC57F
Tints of Chalky #DDC57F
RGB
CMYK
RGB Variations
Color information
#DDC57F (or 0xDDC57F) is known color: Chalky. HEX triplet: DD, C5 and 7F. RGB value is (221,197,127). Sum of RGB (Red+Green+Blue) = 221+197+127=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57F is #223A80. Grayscale: #C4C4C4. Windows color (decimal): -2243201 or 8373725. OLE color: 8373725.
HSL color Cylindrical-coordinate representation of color #DDC57F: hue angle of 44.68º 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 #DDC57F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 127 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 44.68º | 0.58% | 0.68% | - |
| HSV(B) | 44.68º | 0.43% | 0.87% | - |
| XYZ | 53.62 | 56.84 | 28.22 | - |
| YUV | 196.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 127 | 0 | 0.11 | 0.43 | 0.13 | 44.68 | 0.58 | 0.68 |
| Hex | DD | C5 | 7F | 0 | B | 2B | D | 2D | 3A | 44 |
| Octal | 335 | 305 | 177 | 0 | 13 | 53 | 15 | 55 | 72 | 104 |
| Binary | 11011101 | 11000101 | 1111111 | 0 | 1011 | 101011 | 1101 | 101101 | 111010 | 1000100 |
Color Harmonies of #DDC57F
Complementary color
Monochromatic Colors of #DDC57F
Black with #DDC57F
Text Example
Text Example
White with #DDC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC57F; }
p { color: rgb(221,197,127); }
H1.HeaderClassName
{
color: #DDC57F;
}
.AnyTagClassName
{
color: #DDC57F;
}
</style>
background-color css
<style>
a { background-color: #DDC57F; }
a { background-color: rgb(221,197,127); }
div.DivClassName
{
background-color: #DDC57F;
}
.BgClassName
{
background-color: #DDC57F;
}
</style>
border-color css
<style>
span { border-color: #DDC57F; }
span { border-color: rgb(221,197,127); }
td.TdClassName
{
border-color: #DDC57F;
}
.TagClassName
{
border-color: #DDC57F;
}
</style>