Shades of Chenin #DDBD6D
Tints of Chenin #DDBD6D
RGB
CMYK
RGB Variations
Color information
#DDBD6D (or 0xDDBD6D) is known color: Chenin. HEX triplet: DD, BD and 6D. RGB value is (221,189,109). Sum of RGB (Red+Green+Blue) = 221+189+109=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD6D is #224292. Grayscale: #BDBDBD. Windows color (decimal): -2245267 or 7192029. OLE color: 7192029.
HSL color Cylindrical-coordinate representation of color #DDBD6D: hue angle of 42.86º 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 #DDBD6D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 109 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.13 |
| HSL | 42.86º | 0.62% | 0.65% | - |
| HSV(B) | 42.86º | 0.51% | 0.87% | - |
| XYZ | 50.78 | 52.87 | 22 | - |
| YUV | 189.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 109 | 0 | 0.14 | 0.51 | 0.13 | 42.86 | 0.62 | 0.65 |
| Hex | DD | BD | 6D | 0 | E | 33 | D | 2B | 3E | 41 |
| Octal | 335 | 275 | 155 | 0 | 16 | 63 | 15 | 53 | 76 | 101 |
| Binary | 11011101 | 10111101 | 1101101 | 0 | 1110 | 110011 | 1101 | 101011 | 111110 | 1000001 |
Color Harmonies of #DDBD6D
Complementary color
Monochromatic Colors of #DDBD6D
Black with #DDBD6D
Text Example
Text Example
White with #DDBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD6D; }
p { color: rgb(221,189,109); }
H1.HeaderClassName
{
color: #DDBD6D;
}
.AnyTagClassName
{
color: #DDBD6D;
}
</style>
background-color css
<style>
a { background-color: #DDBD6D; }
a { background-color: rgb(221,189,109); }
div.DivClassName
{
background-color: #DDBD6D;
}
.BgClassName
{
background-color: #DDBD6D;
}
</style>
border-color css
<style>
span { border-color: #DDBD6D; }
span { border-color: rgb(221,189,109); }
td.TdClassName
{
border-color: #DDBD6D;
}
.TagClassName
{
border-color: #DDBD6D;
}
</style>