Shades of Chenin #DDC56C
Tints of Chenin #DDC56C
RGB
CMYK
RGB Variations
Color information
#DDC56C (or 0xDDC56C) is known color: Chenin. HEX triplet: DD, C5 and 6C. RGB value is (221,197,108). Sum of RGB (Red+Green+Blue) = 221+197+108=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC56C is #223A93. Grayscale: #C2C2C2. Windows color (decimal): -2243220 or 7128541. OLE color: 7128541.
HSL color Cylindrical-coordinate representation of color #DDC56C: hue angle of 47.26º 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 #DDC56C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 108 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.13 |
| HSL | 47.26º | 0.62% | 0.65% | - |
| HSV(B) | 47.26º | 0.51% | 0.87% | - |
| XYZ | 52.49 | 56.39 | 22.3 | - |
| YUV | 194.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 108 | 0 | 0.11 | 0.51 | 0.13 | 47.26 | 0.62 | 0.65 |
| Hex | DD | C5 | 6C | 0 | B | 33 | D | 2F | 3E | 41 |
| Octal | 335 | 305 | 154 | 0 | 13 | 63 | 15 | 57 | 76 | 101 |
| Binary | 11011101 | 11000101 | 1101100 | 0 | 1011 | 110011 | 1101 | 101111 | 111110 | 1000001 |
Color Harmonies of #DDC56C
Complementary color
Monochromatic Colors of #DDC56C
Black with #DDC56C
Text Example
Text Example
White with #DDC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC56C; }
p { color: rgb(221,197,108); }
H1.HeaderClassName
{
color: #DDC56C;
}
.AnyTagClassName
{
color: #DDC56C;
}
</style>
background-color css
<style>
a { background-color: #DDC56C; }
a { background-color: rgb(221,197,108); }
div.DivClassName
{
background-color: #DDC56C;
}
.BgClassName
{
background-color: #DDC56C;
}
</style>
border-color css
<style>
span { border-color: #DDC56C; }
span { border-color: rgb(221,197,108); }
td.TdClassName
{
border-color: #DDC56C;
}
.TagClassName
{
border-color: #DDC56C;
}
</style>