Shades of Chenin #DDC56B
Tints of Chenin #DDC56B
RGB
CMYK
RGB Variations
Color information
#DDC56B (or 0xDDC56B) is known color: Chenin. HEX triplet: DD, C5 and 6B. RGB value is (221,197,107). Sum of RGB (Red+Green+Blue) = 221+197+107=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC56B is #223A94. Grayscale: #C2C2C2. Windows color (decimal): -2243221 or 7063005. OLE color: 7063005.
HSL color Cylindrical-coordinate representation of color #DDC56B: hue angle of 47.37º 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 #DDC56B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 107 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 47.37º | 0.63% | 0.64% | - |
| HSV(B) | 47.37º | 0.52% | 0.87% | - |
| XYZ | 52.44 | 56.37 | 22.03 | - |
| YUV | 193.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 107 | 0 | 0.11 | 0.52 | 0.13 | 47.37 | 0.63 | 0.64 |
| Hex | DD | C5 | 6B | 0 | B | 34 | D | 2F | 3F | 40 |
| Octal | 335 | 305 | 153 | 0 | 13 | 64 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000101 | 1101011 | 0 | 1011 | 110100 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC56B
Complementary color
Monochromatic Colors of #DDC56B
Black with #DDC56B
Text Example
Text Example
White with #DDC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC56B; }
p { color: rgb(221,197,107); }
H1.HeaderClassName
{
color: #DDC56B;
}
.AnyTagClassName
{
color: #DDC56B;
}
</style>
background-color css
<style>
a { background-color: #DDC56B; }
a { background-color: rgb(221,197,107); }
div.DivClassName
{
background-color: #DDC56B;
}
.BgClassName
{
background-color: #DDC56B;
}
</style>
border-color css
<style>
span { border-color: #DDC56B; }
span { border-color: rgb(221,197,107); }
td.TdClassName
{
border-color: #DDC56B;
}
.TagClassName
{
border-color: #DDC56B;
}
</style>