Shades of Chenin #DDBC70
Tints of Chenin #DDBC70
RGB
CMYK
RGB Variations
Color information
#DDBC70 (or 0xDDBC70) is known color: Chenin. HEX triplet: DD, BC and 70. RGB value is (221,188,112). Sum of RGB (Red+Green+Blue) = 221+188+112=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC70 is #22438F. Grayscale: #BDBDBD. Windows color (decimal): -2245520 or 7388381. OLE color: 7388381.
HSL color Cylindrical-coordinate representation of color #DDBC70: hue angle of 41.83º degrees, saturation: 0.62, 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 #DDBC70 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 112 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.13 |
| HSL | 41.83º | 0.62% | 0.65% | - |
| HSV(B) | 41.83º | 0.49% | 0.87% | - |
| XYZ | 50.73 | 52.51 | 22.79 | - |
| YUV | 189.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 112 | 0 | 0.15 | 0.49 | 0.13 | 41.83 | 0.62 | 0.65 |
| Hex | DD | BC | 70 | 0 | F | 31 | D | 2A | 3E | 41 |
| Octal | 335 | 274 | 160 | 0 | 17 | 61 | 15 | 52 | 76 | 101 |
| Binary | 11011101 | 10111100 | 1110000 | 0 | 1111 | 110001 | 1101 | 101010 | 111110 | 1000001 |
Color Harmonies of #DDBC70
Complementary color
Monochromatic Colors of #DDBC70
Black with #DDBC70
Text Example
Text Example
White with #DDBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC70; }
p { color: rgb(221,188,112); }
H1.HeaderClassName
{
color: #DDBC70;
}
.AnyTagClassName
{
color: #DDBC70;
}
</style>
background-color css
<style>
a { background-color: #DDBC70; }
a { background-color: rgb(221,188,112); }
div.DivClassName
{
background-color: #DDBC70;
}
.BgClassName
{
background-color: #DDBC70;
}
</style>
border-color css
<style>
span { border-color: #DDBC70; }
span { border-color: rgb(221,188,112); }
td.TdClassName
{
border-color: #DDBC70;
}
.TagClassName
{
border-color: #DDBC70;
}
</style>