Shades of Chenin #DDBE6B
Tints of Chenin #DDBE6B
RGB
CMYK
RGB Variations
Color information
#DDBE6B (or 0xDDBE6B) is known color: Chenin. HEX triplet: DD, BE and 6B. RGB value is (221,190,107). Sum of RGB (Red+Green+Blue) = 221+190+107=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE6B is #224194. Grayscale: #BEBEBE. Windows color (decimal): -2245013 or 7061213. OLE color: 7061213.
HSL color Cylindrical-coordinate representation of color #DDBE6B: hue angle of 43.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDBE6B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 107 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.13 |
| HSL | 43.68º | 0.63% | 0.64% | - |
| HSV(B) | 43.68º | 0.52% | 0.87% | - |
| XYZ | 50.89 | 53.26 | 21.51 | - |
| YUV | 189.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 107 | 0 | 0.14 | 0.52 | 0.13 | 43.68 | 0.63 | 0.64 |
| Hex | DD | BE | 6B | 0 | E | 34 | D | 2C | 3F | 40 |
| Octal | 335 | 276 | 153 | 0 | 16 | 64 | 15 | 54 | 77 | 100 |
| Binary | 11011101 | 10111110 | 1101011 | 0 | 1110 | 110100 | 1101 | 101100 | 111111 | 1000000 |
Color Harmonies of #DDBE6B
Complementary color
Monochromatic Colors of #DDBE6B
Black with #DDBE6B
Text Example
Text Example
White with #DDBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE6B; }
p { color: rgb(221,190,107); }
H1.HeaderClassName
{
color: #DDBE6B;
}
.AnyTagClassName
{
color: #DDBE6B;
}
</style>
background-color css
<style>
a { background-color: #DDBE6B; }
a { background-color: rgb(221,190,107); }
div.DivClassName
{
background-color: #DDBE6B;
}
.BgClassName
{
background-color: #DDBE6B;
}
</style>
border-color css
<style>
span { border-color: #DDBE6B; }
span { border-color: rgb(221,190,107); }
td.TdClassName
{
border-color: #DDBE6B;
}
.TagClassName
{
border-color: #DDBE6B;
}
</style>