Shades of Chenin #DDBC71
Tints of Chenin #DDBC71
RGB
CMYK
RGB Variations
Color information
#DDBC71 (or 0xDDBC71) is known color: Chenin. HEX triplet: DD, BC and 71. RGB value is (221,188,113). Sum of RGB (Red+Green+Blue) = 221+188+113=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC71 is #22438E. Grayscale: #BDBDBD. Windows color (decimal): -2245519 or 7453917. OLE color: 7453917.
HSL color Cylindrical-coordinate representation of color #DDBC71: hue angle of 41.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDBC71 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 113 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.13 |
| HSL | 41.67º | 0.61% | 0.65% | - |
| HSV(B) | 41.67º | 0.49% | 0.87% | - |
| XYZ | 50.78 | 52.53 | 23.09 | - |
| YUV | 189.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 113 | 0 | 0.15 | 0.49 | 0.13 | 41.67 | 0.61 | 0.65 |
| Hex | DD | BC | 71 | 0 | F | 31 | D | 2A | 3D | 41 |
| Octal | 335 | 274 | 161 | 0 | 17 | 61 | 15 | 52 | 75 | 101 |
| Binary | 11011101 | 10111100 | 1110001 | 0 | 1111 | 110001 | 1101 | 101010 | 111101 | 1000001 |
Color Harmonies of #DDBC71
Complementary color
Monochromatic Colors of #DDBC71
Black with #DDBC71
Text Example
Text Example
White with #DDBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC71; }
p { color: rgb(221,188,113); }
H1.HeaderClassName
{
color: #DDBC71;
}
.AnyTagClassName
{
color: #DDBC71;
}
</style>
background-color css
<style>
a { background-color: #DDBC71; }
a { background-color: rgb(221,188,113); }
div.DivClassName
{
background-color: #DDBC71;
}
.BgClassName
{
background-color: #DDBC71;
}
</style>
border-color css
<style>
span { border-color: #DDBC71; }
span { border-color: rgb(221,188,113); }
td.TdClassName
{
border-color: #DDBC71;
}
.TagClassName
{
border-color: #DDBC71;
}
</style>