Shades of Chenin #DDC56D
Tints of Chenin #DDC56D
RGB
CMYK
RGB Variations
Color information
#DDC56D (or 0xDDC56D) is known color: Chenin. HEX triplet: DD, C5 and 6D. RGB value is (221,197,109). Sum of RGB (Red+Green+Blue) = 221+197+109=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC56D is #223A92. Grayscale: #C2C2C2. Windows color (decimal): -2243219 or 7194077. OLE color: 7194077.
HSL color Cylindrical-coordinate representation of color #DDC56D: hue angle of 47.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC56D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 109 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.13 |
| HSL | 47.14º | 0.62% | 0.65% | - |
| HSV(B) | 47.14º | 0.51% | 0.87% | - |
| XYZ | 52.55 | 56.41 | 22.59 | - |
| YUV | 194.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 109 | 0 | 0.11 | 0.51 | 0.13 | 47.14 | 0.62 | 0.65 |
| Hex | DD | C5 | 6D | 0 | B | 33 | D | 2F | 3E | 41 |
| Octal | 335 | 305 | 155 | 0 | 13 | 63 | 15 | 57 | 76 | 101 |
| Binary | 11011101 | 11000101 | 1101101 | 0 | 1011 | 110011 | 1101 | 101111 | 111110 | 1000001 |
Color Harmonies of #DDC56D
Complementary color
Monochromatic Colors of #DDC56D
Black with #DDC56D
Text Example
Text Example
White with #DDC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC56D; }
p { color: rgb(221,197,109); }
H1.HeaderClassName
{
color: #DDC56D;
}
.AnyTagClassName
{
color: #DDC56D;
}
</style>
background-color css
<style>
a { background-color: #DDC56D; }
a { background-color: rgb(221,197,109); }
div.DivClassName
{
background-color: #DDC56D;
}
.BgClassName
{
background-color: #DDC56D;
}
</style>
border-color css
<style>
span { border-color: #DDC56D; }
span { border-color: rgb(221,197,109); }
td.TdClassName
{
border-color: #DDC56D;
}
.TagClassName
{
border-color: #DDC56D;
}
</style>