Shades of Chalky #DDC27E
Tints of Chalky #DDC27E
RGB
CMYK
RGB Variations
Color information
#DDC27E (or 0xDDC27E) is known color: Chalky. HEX triplet: DD, C2 and 7E. RGB value is (221,194,126). Sum of RGB (Red+Green+Blue) = 221+194+126=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27E is #223D81. Grayscale: #C2C2C2. Windows color (decimal): -2243970 or 8307421. OLE color: 8307421.
HSL color Cylindrical-coordinate representation of color #DDC27E: hue angle of 42.95º 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 #DDC27E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 126 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.13 |
| HSL | 42.95º | 0.58% | 0.68% | - |
| HSV(B) | 42.95º | 0.43% | 0.87% | - |
| XYZ | 52.88 | 55.46 | 27.66 | - |
| YUV | 194.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 126 | 0 | 0.12 | 0.43 | 0.13 | 42.95 | 0.58 | 0.68 |
| Hex | DD | C2 | 7E | 0 | C | 2B | D | 2B | 3A | 44 |
| Octal | 335 | 302 | 176 | 0 | 14 | 53 | 15 | 53 | 72 | 104 |
| Binary | 11011101 | 11000010 | 1111110 | 0 | 1100 | 101011 | 1101 | 101011 | 111010 | 1000100 |
Color Harmonies of #DDC27E
Complementary color
Monochromatic Colors of #DDC27E
Black with #DDC27E
Text Example
Text Example
White with #DDC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC27E; }
p { color: rgb(221,194,126); }
H1.HeaderClassName
{
color: #DDC27E;
}
.AnyTagClassName
{
color: #DDC27E;
}
</style>
background-color css
<style>
a { background-color: #DDC27E; }
a { background-color: rgb(221,194,126); }
div.DivClassName
{
background-color: #DDC27E;
}
.BgClassName
{
background-color: #DDC27E;
}
</style>
border-color css
<style>
span { border-color: #DDC27E; }
span { border-color: rgb(221,194,126); }
td.TdClassName
{
border-color: #DDC27E;
}
.TagClassName
{
border-color: #DDC27E;
}
</style>