Shades of Chenin #DDBB6E
Tints of Chenin #DDBB6E
RGB
CMYK
RGB Variations
Color information
#DDBB6E (or 0xDDBB6E) is known color: Chenin. HEX triplet: DD, BB and 6E. RGB value is (221,187,110). Sum of RGB (Red+Green+Blue) = 221+187+110=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB6E is #224491. Grayscale: #BCBCBC. Windows color (decimal): -2245778 or 7257053. OLE color: 7257053.
HSL color Cylindrical-coordinate representation of color #DDBB6E: hue angle of 41.62º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDBB6E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 110 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.13 |
| HSL | 41.62º | 0.62% | 0.65% | - |
| HSV(B) | 41.62º | 0.5% | 0.87% | - |
| XYZ | 50.4 | 52.04 | 22.14 | - |
| YUV | 188.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 110 | 0 | 0.15 | 0.50 | 0.13 | 41.62 | 0.62 | 0.65 |
| Hex | DD | BB | 6E | 0 | F | 32 | D | 2A | 3E | 41 |
| Octal | 335 | 273 | 156 | 0 | 17 | 62 | 15 | 52 | 76 | 101 |
| Binary | 11011101 | 10111011 | 1101110 | 0 | 1111 | 110010 | 1101 | 101010 | 111110 | 1000001 |
Color Harmonies of #DDBB6E
Complementary color
Monochromatic Colors of #DDBB6E
Black with #DDBB6E
Text Example
Text Example
White with #DDBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB6E; }
p { color: rgb(221,187,110); }
H1.HeaderClassName
{
color: #DDBB6E;
}
.AnyTagClassName
{
color: #DDBB6E;
}
</style>
background-color css
<style>
a { background-color: #DDBB6E; }
a { background-color: rgb(221,187,110); }
div.DivClassName
{
background-color: #DDBB6E;
}
.BgClassName
{
background-color: #DDBB6E;
}
</style>
border-color css
<style>
span { border-color: #DDBB6E; }
span { border-color: rgb(221,187,110); }
td.TdClassName
{
border-color: #DDBB6E;
}
.TagClassName
{
border-color: #DDBB6E;
}
</style>