Shades of Chenin #DDB771
Tints of Chenin #DDB771
RGB
CMYK
RGB Variations
Color information
#DDB771 (or 0xDDB771) is known color: Chenin. HEX triplet: DD, B7 and 71. RGB value is (221,183,113). Sum of RGB (Red+Green+Blue) = 221+183+113=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB771 is #22488E. Grayscale: #BABABA. Windows color (decimal): -2246799 or 7452637. OLE color: 7452637.
HSL color Cylindrical-coordinate representation of color #DDB771: hue angle of 38.89º 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 #DDB771 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 113 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.13 |
| HSL | 38.89º | 0.61% | 0.65% | - |
| HSV(B) | 38.89º | 0.49% | 0.87% | - |
| XYZ | 49.73 | 50.43 | 22.74 | - |
| YUV | 186.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 113 | 0 | 0.17 | 0.49 | 0.13 | 38.89 | 0.61 | 0.65 |
| Hex | DD | B7 | 71 | 0 | 11 | 31 | D | 27 | 3D | 41 |
| Octal | 335 | 267 | 161 | 0 | 21 | 61 | 15 | 47 | 75 | 101 |
| Binary | 11011101 | 10110111 | 1110001 | 0 | 10001 | 110001 | 1101 | 100111 | 111101 | 1000001 |
Color Harmonies of #DDB771
Complementary color
Monochromatic Colors of #DDB771
Black with #DDB771
Text Example
Text Example
White with #DDB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB771; }
p { color: rgb(221,183,113); }
H1.HeaderClassName
{
color: #DDB771;
}
.AnyTagClassName
{
color: #DDB771;
}
</style>
background-color css
<style>
a { background-color: #DDB771; }
a { background-color: rgb(221,183,113); }
div.DivClassName
{
background-color: #DDB771;
}
.BgClassName
{
background-color: #DDB771;
}
</style>
border-color css
<style>
span { border-color: #DDB771; }
span { border-color: rgb(221,183,113); }
td.TdClassName
{
border-color: #DDB771;
}
.TagClassName
{
border-color: #DDB771;
}
</style>