Shades of Chenin #DDBB71
Tints of Chenin #DDBB71
RGB
CMYK
RGB Variations
Color information
#DDBB71 (or 0xDDBB71) is known color: Chenin. HEX triplet: DD, BB and 71. RGB value is (221,187,113). Sum of RGB (Red+Green+Blue) = 221+187+113=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB71 is #22448E. Grayscale: #BDBDBD. Windows color (decimal): -2245775 or 7453661. OLE color: 7453661.
HSL color Cylindrical-coordinate representation of color #DDBB71: hue angle of 41.11º 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 #DDBB71 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 113 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.13 |
| HSL | 41.11º | 0.61% | 0.65% | - |
| HSV(B) | 41.11º | 0.49% | 0.87% | - |
| XYZ | 50.57 | 52.11 | 23.01 | - |
| YUV | 188.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 113 | 0 | 0.15 | 0.49 | 0.13 | 41.11 | 0.61 | 0.65 |
| Hex | DD | BB | 71 | 0 | F | 31 | D | 29 | 3D | 41 |
| Octal | 335 | 273 | 161 | 0 | 17 | 61 | 15 | 51 | 75 | 101 |
| Binary | 11011101 | 10111011 | 1110001 | 0 | 1111 | 110001 | 1101 | 101001 | 111101 | 1000001 |
Color Harmonies of #DDBB71
Complementary color
Monochromatic Colors of #DDBB71
Black with #DDBB71
Text Example
Text Example
White with #DDBB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB71; }
p { color: rgb(221,187,113); }
H1.HeaderClassName
{
color: #DDBB71;
}
.AnyTagClassName
{
color: #DDBB71;
}
</style>
background-color css
<style>
a { background-color: #DDBB71; }
a { background-color: rgb(221,187,113); }
div.DivClassName
{
background-color: #DDBB71;
}
.BgClassName
{
background-color: #DDBB71;
}
</style>
border-color css
<style>
span { border-color: #DDBB71; }
span { border-color: rgb(221,187,113); }
td.TdClassName
{
border-color: #DDBB71;
}
.TagClassName
{
border-color: #DDBB71;
}
</style>