Shades of Chenin #DDBC72
Tints of Chenin #DDBC72
RGB
CMYK
RGB Variations
Color information
#DDBC72 (or 0xDDBC72) is known color: Chenin. HEX triplet: DD, BC and 72. RGB value is (221,188,114). Sum of RGB (Red+Green+Blue) = 221+188+114=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC72 is #22438D. Grayscale: #BDBDBD. Windows color (decimal): -2245518 or 7519453. OLE color: 7519453.
HSL color Cylindrical-coordinate representation of color #DDBC72: hue angle of 41.5º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDBC72 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 114 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.13 |
| HSL | 41.5º | 0.61% | 0.66% | - |
| HSV(B) | 41.5º | 0.48% | 0.87% | - |
| XYZ | 50.84 | 52.55 | 23.38 | - |
| YUV | 189.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 114 | 0 | 0.15 | 0.48 | 0.13 | 41.5 | 0.61 | 0.66 |
| Hex | DD | BC | 72 | 0 | F | 30 | D | 29 | 3D | 42 |
| Octal | 335 | 274 | 162 | 0 | 17 | 60 | 15 | 51 | 75 | 102 |
| Binary | 11011101 | 10111100 | 1110010 | 0 | 1111 | 110000 | 1101 | 101001 | 111101 | 1000010 |
Color Harmonies of #DDBC72
Complementary color
Monochromatic Colors of #DDBC72
Black with #DDBC72
Text Example
Text Example
White with #DDBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC72; }
p { color: rgb(221,188,114); }
H1.HeaderClassName
{
color: #DDBC72;
}
.AnyTagClassName
{
color: #DDBC72;
}
</style>
background-color css
<style>
a { background-color: #DDBC72; }
a { background-color: rgb(221,188,114); }
div.DivClassName
{
background-color: #DDBC72;
}
.BgClassName
{
background-color: #DDBC72;
}
</style>
border-color css
<style>
span { border-color: #DDBC72; }
span { border-color: rgb(221,188,114); }
td.TdClassName
{
border-color: #DDBC72;
}
.TagClassName
{
border-color: #DDBC72;
}
</style>