Shades of Chalky #DDC17E
Tints of Chalky #DDC17E
RGB
CMYK
RGB Variations
Color information
#DDC17E (or 0xDDC17E) is known color: Chalky. HEX triplet: DD, C1 and 7E. RGB value is (221,193,126). Sum of RGB (Red+Green+Blue) = 221+193+126=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC17E is #223E81. Grayscale: #C2C2C2. Windows color (decimal): -2244226 or 8307165. OLE color: 8307165.
HSL color Cylindrical-coordinate representation of color #DDC17E: hue angle of 42.32º 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 #DDC17E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 126 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.13 |
| HSL | 42.32º | 0.58% | 0.68% | - |
| HSV(B) | 42.32º | 0.43% | 0.87% | - |
| XYZ | 52.65 | 55.02 | 27.58 | - |
| YUV | 193.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 126 | 0 | 0.13 | 0.43 | 0.13 | 42.32 | 0.58 | 0.68 |
| Hex | DD | C1 | 7E | 0 | D | 2B | D | 2A | 3A | 44 |
| Octal | 335 | 301 | 176 | 0 | 15 | 53 | 15 | 52 | 72 | 104 |
| Binary | 11011101 | 11000001 | 1111110 | 0 | 1101 | 101011 | 1101 | 101010 | 111010 | 1000100 |
Color Harmonies of #DDC17E
Complementary color
Monochromatic Colors of #DDC17E
Black with #DDC17E
Text Example
Text Example
White with #DDC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC17E; }
p { color: rgb(221,193,126); }
H1.HeaderClassName
{
color: #DDC17E;
}
.AnyTagClassName
{
color: #DDC17E;
}
</style>
background-color css
<style>
a { background-color: #DDC17E; }
a { background-color: rgb(221,193,126); }
div.DivClassName
{
background-color: #DDC17E;
}
.BgClassName
{
background-color: #DDC17E;
}
</style>
border-color css
<style>
span { border-color: #DDC17E; }
span { border-color: rgb(221,193,126); }
td.TdClassName
{
border-color: #DDC17E;
}
.TagClassName
{
border-color: #DDC17E;
}
</style>