Shades of Chenin #DDBA6C
Tints of Chenin #DDBA6C
RGB
CMYK
RGB Variations
Color information
#DDBA6C (or 0xDDBA6C) is known color: Chenin. HEX triplet: DD, BA and 6C. RGB value is (221,186,108). Sum of RGB (Red+Green+Blue) = 221+186+108=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA6C is #224593. Grayscale: #BBBBBB. Windows color (decimal): -2246036 or 7125725. OLE color: 7125725.
HSL color Cylindrical-coordinate representation of color #DDBA6C: hue angle of 41.42º 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 #DDBA6C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 108 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.13 |
| HSL | 41.42º | 0.62% | 0.65% | - |
| HSV(B) | 41.42º | 0.51% | 0.87% | - |
| XYZ | 50.08 | 51.57 | 21.5 | - |
| YUV | 187.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 108 | 0 | 0.16 | 0.51 | 0.13 | 41.42 | 0.62 | 0.65 |
| Hex | DD | BA | 6C | 0 | 10 | 33 | D | 29 | 3E | 41 |
| Octal | 335 | 272 | 154 | 0 | 20 | 63 | 15 | 51 | 76 | 101 |
| Binary | 11011101 | 10111010 | 1101100 | 0 | 10000 | 110011 | 1101 | 101001 | 111110 | 1000001 |
Color Harmonies of #DDBA6C
Complementary color
Monochromatic Colors of #DDBA6C
Black with #DDBA6C
Text Example
Text Example
White with #DDBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA6C; }
p { color: rgb(221,186,108); }
H1.HeaderClassName
{
color: #DDBA6C;
}
.AnyTagClassName
{
color: #DDBA6C;
}
</style>
background-color css
<style>
a { background-color: #DDBA6C; }
a { background-color: rgb(221,186,108); }
div.DivClassName
{
background-color: #DDBA6C;
}
.BgClassName
{
background-color: #DDBA6C;
}
</style>
border-color css
<style>
span { border-color: #DDBA6C; }
span { border-color: rgb(221,186,108); }
td.TdClassName
{
border-color: #DDBA6C;
}
.TagClassName
{
border-color: #DDBA6C;
}
</style>