Shades of Chenin #DDBC6E
Tints of Chenin #DDBC6E
RGB
CMYK
RGB Variations
Color information
#DDBC6E (or 0xDDBC6E) is known color: Chenin. HEX triplet: DD, BC and 6E. RGB value is (221,188,110). Sum of RGB (Red+Green+Blue) = 221+188+110=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC6E is #224391. Grayscale: #BDBDBD. Windows color (decimal): -2245522 or 7257309. OLE color: 7257309.
HSL color Cylindrical-coordinate representation of color #DDBC6E: hue angle of 42.16º 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 #DDBC6E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 110 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.13 |
| HSL | 42.16º | 0.62% | 0.65% | - |
| HSV(B) | 42.16º | 0.5% | 0.87% | - |
| XYZ | 50.62 | 52.46 | 22.21 | - |
| YUV | 188.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 110 | 0 | 0.15 | 0.50 | 0.13 | 42.16 | 0.62 | 0.65 |
| Hex | DD | BC | 6E | 0 | F | 32 | D | 2A | 3E | 41 |
| Octal | 335 | 274 | 156 | 0 | 17 | 62 | 15 | 52 | 76 | 101 |
| Binary | 11011101 | 10111100 | 1101110 | 0 | 1111 | 110010 | 1101 | 101010 | 111110 | 1000001 |
Color Harmonies of #DDBC6E
Complementary color
Monochromatic Colors of #DDBC6E
Black with #DDBC6E
Text Example
Text Example
White with #DDBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC6E; }
p { color: rgb(221,188,110); }
H1.HeaderClassName
{
color: #DDBC6E;
}
.AnyTagClassName
{
color: #DDBC6E;
}
</style>
background-color css
<style>
a { background-color: #DDBC6E; }
a { background-color: rgb(221,188,110); }
div.DivClassName
{
background-color: #DDBC6E;
}
.BgClassName
{
background-color: #DDBC6E;
}
</style>
border-color css
<style>
span { border-color: #DDBC6E; }
span { border-color: rgb(221,188,110); }
td.TdClassName
{
border-color: #DDBC6E;
}
.TagClassName
{
border-color: #DDBC6E;
}
</style>