Shades of Chalky #DDC27A
Tints of Chalky #DDC27A
RGB
CMYK
RGB Variations
Color information
#DDC27A (or 0xDDC27A) is known color: Chalky. HEX triplet: DD, C2 and 7A. RGB value is (221,194,122). Sum of RGB (Red+Green+Blue) = 221+194+122=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27A is #223D85. Grayscale: #C2C2C2. Windows color (decimal): -2243974 or 8045277. OLE color: 8045277.
HSL color Cylindrical-coordinate representation of color #DDC27A: hue angle of 43.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDC27A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 122 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.13 |
| HSL | 43.64º | 0.59% | 0.67% | - |
| HSV(B) | 43.64º | 0.45% | 0.87% | - |
| XYZ | 52.62 | 55.36 | 26.32 | - |
| YUV | 193.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 122 | 0 | 0.12 | 0.45 | 0.13 | 43.64 | 0.59 | 0.67 |
| Hex | DD | C2 | 7A | 0 | C | 2D | D | 2C | 3B | 43 |
| Octal | 335 | 302 | 172 | 0 | 14 | 55 | 15 | 54 | 73 | 103 |
| Binary | 11011101 | 11000010 | 1111010 | 0 | 1100 | 101101 | 1101 | 101100 | 111011 | 1000011 |
Color Harmonies of #DDC27A
Complementary color
Monochromatic Colors of #DDC27A
Black with #DDC27A
Text Example
Text Example
White with #DDC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC27A; }
p { color: rgb(221,194,122); }
H1.HeaderClassName
{
color: #DDC27A;
}
.AnyTagClassName
{
color: #DDC27A;
}
</style>
background-color css
<style>
a { background-color: #DDC27A; }
a { background-color: rgb(221,194,122); }
div.DivClassName
{
background-color: #DDC27A;
}
.BgClassName
{
background-color: #DDC27A;
}
</style>
border-color css
<style>
span { border-color: #DDC27A; }
span { border-color: rgb(221,194,122); }
td.TdClassName
{
border-color: #DDC27A;
}
.TagClassName
{
border-color: #DDC27A;
}
</style>