Shades of Chenin #DDC56A
Tints of Chenin #DDC56A
RGB
CMYK
RGB Variations
Color information
#DDC56A (or 0xDDC56A) is known color: Chenin. HEX triplet: DD, C5 and 6A. RGB value is (221,197,106). Sum of RGB (Red+Green+Blue) = 221+197+106=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC56A is #223A95. Grayscale: #C2C2C2. Windows color (decimal): -2243222 or 6997469. OLE color: 6997469.
HSL color Cylindrical-coordinate representation of color #DDC56A: hue angle of 47.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC56A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 47.48º | 0.63% | 0.64% | - |
| HSV(B) | 47.48º | 0.52% | 0.87% | - |
| XYZ | 52.39 | 56.35 | 21.75 | - |
| YUV | 193.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 106 | 0 | 0.11 | 0.52 | 0.13 | 47.48 | 0.63 | 0.64 |
| Hex | DD | C5 | 6A | 0 | B | 34 | D | 2F | 3F | 40 |
| Octal | 335 | 305 | 152 | 0 | 13 | 64 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000101 | 1101010 | 0 | 1011 | 110100 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC56A
Complementary color
Monochromatic Colors of #DDC56A
Black with #DDC56A
Text Example
Text Example
White with #DDC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC56A; }
p { color: rgb(221,197,106); }
H1.HeaderClassName
{
color: #DDC56A;
}
.AnyTagClassName
{
color: #DDC56A;
}
</style>
background-color css
<style>
a { background-color: #DDC56A; }
a { background-color: rgb(221,197,106); }
div.DivClassName
{
background-color: #DDC56A;
}
.BgClassName
{
background-color: #DDC56A;
}
</style>
border-color css
<style>
span { border-color: #DDC56A; }
span { border-color: rgb(221,197,106); }
td.TdClassName
{
border-color: #DDC56A;
}
.TagClassName
{
border-color: #DDC56A;
}
</style>