Shades of Chenin #DDBA6B
Tints of Chenin #DDBA6B
RGB
CMYK
RGB Variations
Color information
#DDBA6B (or 0xDDBA6B) is known color: Chenin. HEX triplet: DD, BA and 6B. RGB value is (221,186,107). Sum of RGB (Red+Green+Blue) = 221+186+107=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA6B is #224594. Grayscale: #BBBBBB. Windows color (decimal): -2246037 or 7060189. OLE color: 7060189.
HSL color Cylindrical-coordinate representation of color #DDBA6B: hue angle of 41.58º 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 #DDBA6B is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 107 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.13 |
| HSL | 41.58º | 0.63% | 0.64% | - |
| HSV(B) | 41.58º | 0.52% | 0.87% | - |
| XYZ | 50.03 | 51.55 | 21.22 | - |
| YUV | 187.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 107 | 0 | 0.16 | 0.52 | 0.13 | 41.58 | 0.63 | 0.64 |
| Hex | DD | BA | 6B | 0 | 10 | 34 | D | 2A | 3F | 40 |
| Octal | 335 | 272 | 153 | 0 | 20 | 64 | 15 | 52 | 77 | 100 |
| Binary | 11011101 | 10111010 | 1101011 | 0 | 10000 | 110100 | 1101 | 101010 | 111111 | 1000000 |
Color Harmonies of #DDBA6B
Complementary color
Monochromatic Colors of #DDBA6B
Black with #DDBA6B
Text Example
Text Example
White with #DDBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA6B; }
p { color: rgb(221,186,107); }
H1.HeaderClassName
{
color: #DDBA6B;
}
.AnyTagClassName
{
color: #DDBA6B;
}
</style>
background-color css
<style>
a { background-color: #DDBA6B; }
a { background-color: rgb(221,186,107); }
div.DivClassName
{
background-color: #DDBA6B;
}
.BgClassName
{
background-color: #DDBA6B;
}
</style>
border-color css
<style>
span { border-color: #DDBA6B; }
span { border-color: rgb(221,186,107); }
td.TdClassName
{
border-color: #DDBA6B;
}
.TagClassName
{
border-color: #DDBA6B;
}
</style>