Shades of Chenin #DDBE65
Tints of Chenin #DDBE65
RGB
CMYK
RGB Variations
Color information
#DDBE65 (or 0xDDBE65) is known color: Chenin. HEX triplet: DD, BE and 65. RGB value is (221,190,101). Sum of RGB (Red+Green+Blue) = 221+190+101=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE65 is #22419A. Grayscale: #BDBDBD. Windows color (decimal): -2245019 or 6667997. OLE color: 6667997.
HSL color Cylindrical-coordinate representation of color #DDBE65: hue angle of 44.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDBE65 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 101 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.13 |
| HSL | 44.5º | 0.64% | 0.63% | - |
| HSV(B) | 44.5º | 0.54% | 0.87% | - |
| XYZ | 50.58 | 53.14 | 19.9 | - |
| YUV | 189.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 101 | 0 | 0.14 | 0.54 | 0.13 | 44.5 | 0.64 | 0.63 |
| Hex | DD | BE | 65 | 0 | E | 36 | D | 2C | 40 | 3F |
| Octal | 335 | 276 | 145 | 0 | 16 | 66 | 15 | 54 | 100 | 77 |
| Binary | 11011101 | 10111110 | 1100101 | 0 | 1110 | 110110 | 1101 | 101100 | 1000000 | 111111 |
Color Harmonies of #DDBE65
Complementary color
Monochromatic Colors of #DDBE65
Black with #DDBE65
Text Example
Text Example
White with #DDBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE65; }
p { color: rgb(221,190,101); }
H1.HeaderClassName
{
color: #DDBE65;
}
.AnyTagClassName
{
color: #DDBE65;
}
</style>
background-color css
<style>
a { background-color: #DDBE65; }
a { background-color: rgb(221,190,101); }
div.DivClassName
{
background-color: #DDBE65;
}
.BgClassName
{
background-color: #DDBE65;
}
</style>
border-color css
<style>
span { border-color: #DDBE65; }
span { border-color: rgb(221,190,101); }
td.TdClassName
{
border-color: #DDBE65;
}
.TagClassName
{
border-color: #DDBE65;
}
</style>