Shades of Chenin #DDBE77
Tints of Chenin #DDBE77
RGB
CMYK
RGB Variations
Color information
#DDBE77 (or 0xDDBE77) is known color: Chenin. HEX triplet: DD, BE and 77. RGB value is (221,190,119). Sum of RGB (Red+Green+Blue) = 221+190+119=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE77 is #224188. Grayscale: #BFBFBF. Windows color (decimal): -2245001 or 7847645. OLE color: 7847645.
HSL color Cylindrical-coordinate representation of color #DDBE77: hue angle of 41.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDBE77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.13 |
| HSL | 41.76º | 0.6% | 0.67% | - |
| HSV(B) | 41.76º | 0.46% | 0.87% | - |
| XYZ | 51.56 | 53.53 | 25.07 | - |
| YUV | 191.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 119 | 0 | 0.14 | 0.46 | 0.13 | 41.76 | 0.6 | 0.67 |
| Hex | DD | BE | 77 | 0 | E | 2E | D | 2A | 3C | 43 |
| Octal | 335 | 276 | 167 | 0 | 16 | 56 | 15 | 52 | 74 | 103 |
| Binary | 11011101 | 10111110 | 1110111 | 0 | 1110 | 101110 | 1101 | 101010 | 111100 | 1000011 |
Color Harmonies of #DDBE77
Complementary color
Monochromatic Colors of #DDBE77
Black with #DDBE77
Text Example
Text Example
White with #DDBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE77; }
p { color: rgb(221,190,119); }
H1.HeaderClassName
{
color: #DDBE77;
}
.AnyTagClassName
{
color: #DDBE77;
}
</style>
background-color css
<style>
a { background-color: #DDBE77; }
a { background-color: rgb(221,190,119); }
div.DivClassName
{
background-color: #DDBE77;
}
.BgClassName
{
background-color: #DDBE77;
}
</style>
border-color css
<style>
span { border-color: #DDBE77; }
span { border-color: rgb(221,190,119); }
td.TdClassName
{
border-color: #DDBE77;
}
.TagClassName
{
border-color: #DDBE77;
}
</style>