Shades of Chalky #DDC47E
Tints of Chalky #DDC47E
RGB
CMYK
RGB Variations
Color information
#DDC47E (or 0xDDC47E) is known color: Chalky. HEX triplet: DD, C4 and 7E. RGB value is (221,196,126). Sum of RGB (Red+Green+Blue) = 221+196+126=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47E is #223B81. Grayscale: #C3C3C3. Windows color (decimal): -2243458 or 8307933. OLE color: 8307933.
HSL color Cylindrical-coordinate representation of color #DDC47E: hue angle of 44.21º 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 #DDC47E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 126 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 44.21º | 0.58% | 0.68% | - |
| HSV(B) | 44.21º | 0.43% | 0.87% | - |
| XYZ | 53.32 | 56.36 | 27.81 | - |
| YUV | 195.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 126 | 0 | 0.11 | 0.43 | 0.13 | 44.21 | 0.58 | 0.68 |
| Hex | DD | C4 | 7E | 0 | B | 2B | D | 2C | 3A | 44 |
| Octal | 335 | 304 | 176 | 0 | 13 | 53 | 15 | 54 | 72 | 104 |
| Binary | 11011101 | 11000100 | 1111110 | 0 | 1011 | 101011 | 1101 | 101100 | 111010 | 1000100 |
Color Harmonies of #DDC47E
Complementary color
Monochromatic Colors of #DDC47E
Black with #DDC47E
Text Example
Text Example
White with #DDC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC47E; }
p { color: rgb(221,196,126); }
H1.HeaderClassName
{
color: #DDC47E;
}
.AnyTagClassName
{
color: #DDC47E;
}
</style>
background-color css
<style>
a { background-color: #DDC47E; }
a { background-color: rgb(221,196,126); }
div.DivClassName
{
background-color: #DDC47E;
}
.BgClassName
{
background-color: #DDC47E;
}
</style>
border-color css
<style>
span { border-color: #DDC47E; }
span { border-color: rgb(221,196,126); }
td.TdClassName
{
border-color: #DDC47E;
}
.TagClassName
{
border-color: #DDC47E;
}
</style>