Shades of Chenin #DDBC6D
Tints of Chenin #DDBC6D
RGB
CMYK
RGB Variations
Color information
#DDBC6D (or 0xDDBC6D) is known color: Chenin. HEX triplet: DD, BC and 6D. RGB value is (221,188,109). Sum of RGB (Red+Green+Blue) = 221+188+109=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC6D is #224392. Grayscale: #BDBDBD. Windows color (decimal): -2245523 or 7191773. OLE color: 7191773.
HSL color Cylindrical-coordinate representation of color #DDBC6D: hue angle of 42.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDBC6D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 109 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.13 |
| HSL | 42.32º | 0.62% | 0.65% | - |
| HSV(B) | 42.32º | 0.51% | 0.87% | - |
| XYZ | 50.56 | 52.44 | 21.93 | - |
| YUV | 188.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 109 | 0 | 0.15 | 0.51 | 0.13 | 42.32 | 0.62 | 0.65 |
| Hex | DD | BC | 6D | 0 | F | 33 | D | 2A | 3E | 41 |
| Octal | 335 | 274 | 155 | 0 | 17 | 63 | 15 | 52 | 76 | 101 |
| Binary | 11011101 | 10111100 | 1101101 | 0 | 1111 | 110011 | 1101 | 101010 | 111110 | 1000001 |
Color Harmonies of #DDBC6D
Complementary color
Monochromatic Colors of #DDBC6D
Black with #DDBC6D
Text Example
Text Example
White with #DDBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC6D; }
p { color: rgb(221,188,109); }
H1.HeaderClassName
{
color: #DDBC6D;
}
.AnyTagClassName
{
color: #DDBC6D;
}
</style>
background-color css
<style>
a { background-color: #DDBC6D; }
a { background-color: rgb(221,188,109); }
div.DivClassName
{
background-color: #DDBC6D;
}
.BgClassName
{
background-color: #DDBC6D;
}
</style>
border-color css
<style>
span { border-color: #DDBC6D; }
span { border-color: rgb(221,188,109); }
td.TdClassName
{
border-color: #DDBC6D;
}
.TagClassName
{
border-color: #DDBC6D;
}
</style>