Shades of Chalky #DDC37E
Tints of Chalky #DDC37E
RGB
CMYK
RGB Variations
Color information
#DDC37E (or 0xDDC37E) is known color: Chalky. HEX triplet: DD, C3 and 7E. RGB value is (221,195,126). Sum of RGB (Red+Green+Blue) = 221+195+126=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC37E is #223C81. Grayscale: #C3C3C3. Windows color (decimal): -2243714 or 8307677. OLE color: 8307677.
HSL color Cylindrical-coordinate representation of color #DDC37E: hue angle of 43.58º 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 #DDC37E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 126 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.13 |
| HSL | 43.58º | 0.58% | 0.68% | - |
| HSV(B) | 43.58º | 0.43% | 0.87% | - |
| XYZ | 53.1 | 55.91 | 27.73 | - |
| YUV | 194.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 126 | 0 | 0.12 | 0.43 | 0.13 | 43.58 | 0.58 | 0.68 |
| Hex | DD | C3 | 7E | 0 | C | 2B | D | 2C | 3A | 44 |
| Octal | 335 | 303 | 176 | 0 | 14 | 53 | 15 | 54 | 72 | 104 |
| Binary | 11011101 | 11000011 | 1111110 | 0 | 1100 | 101011 | 1101 | 101100 | 111010 | 1000100 |
Color Harmonies of #DDC37E
Complementary color
Monochromatic Colors of #DDC37E
Black with #DDC37E
Text Example
Text Example
White with #DDC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC37E; }
p { color: rgb(221,195,126); }
H1.HeaderClassName
{
color: #DDC37E;
}
.AnyTagClassName
{
color: #DDC37E;
}
</style>
background-color css
<style>
a { background-color: #DDC37E; }
a { background-color: rgb(221,195,126); }
div.DivClassName
{
background-color: #DDC37E;
}
.BgClassName
{
background-color: #DDC37E;
}
</style>
border-color css
<style>
span { border-color: #DDC37E; }
span { border-color: rgb(221,195,126); }
td.TdClassName
{
border-color: #DDC37E;
}
.TagClassName
{
border-color: #DDC37E;
}
</style>