Shades of Chalky #DDC57B
Tints of Chalky #DDC57B
RGB
CMYK
RGB Variations
Color information
#DDC57B (or 0xDDC57B) is known color: Chalky. HEX triplet: DD, C5 and 7B. RGB value is (221,197,123). Sum of RGB (Red+Green+Blue) = 221+197+123=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57B is #223A84. Grayscale: #C4C4C4. Windows color (decimal): -2243205 or 8111581. OLE color: 8111581.
HSL color Cylindrical-coordinate representation of color #DDC57B: hue angle of 45.31º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC57B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 123 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.13 |
| HSL | 45.31º | 0.59% | 0.67% | - |
| HSV(B) | 45.31º | 0.44% | 0.87% | - |
| XYZ | 53.36 | 56.73 | 26.88 | - |
| YUV | 195.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 123 | 0 | 0.11 | 0.44 | 0.13 | 45.31 | 0.59 | 0.67 |
| Hex | DD | C5 | 7B | 0 | B | 2C | D | 2D | 3B | 43 |
| Octal | 335 | 305 | 173 | 0 | 13 | 54 | 15 | 55 | 73 | 103 |
| Binary | 11011101 | 11000101 | 1111011 | 0 | 1011 | 101100 | 1101 | 101101 | 111011 | 1000011 |
Color Harmonies of #DDC57B
Complementary color
Monochromatic Colors of #DDC57B
Black with #DDC57B
Text Example
Text Example
White with #DDC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC57B; }
p { color: rgb(221,197,123); }
H1.HeaderClassName
{
color: #DDC57B;
}
.AnyTagClassName
{
color: #DDC57B;
}
</style>
background-color css
<style>
a { background-color: #DDC57B; }
a { background-color: rgb(221,197,123); }
div.DivClassName
{
background-color: #DDC57B;
}
.BgClassName
{
background-color: #DDC57B;
}
</style>
border-color css
<style>
span { border-color: #DDC57B; }
span { border-color: rgb(221,197,123); }
td.TdClassName
{
border-color: #DDC57B;
}
.TagClassName
{
border-color: #DDC57B;
}
</style>