Shades of Chenin #DDBA6A
Tints of Chenin #DDBA6A
RGB
CMYK
RGB Variations
Color information
#DDBA6A (or 0xDDBA6A) is known color: Chenin. HEX triplet: DD, BA and 6A. RGB value is (221,186,106). Sum of RGB (Red+Green+Blue) = 221+186+106=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA6A is #224595. Grayscale: #BBBBBB. Windows color (decimal): -2246038 or 6994653. OLE color: 6994653.
HSL color Cylindrical-coordinate representation of color #DDBA6A: hue angle of 41.74º 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 #DDBA6A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 106 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.13 |
| HSL | 41.74º | 0.63% | 0.64% | - |
| HSV(B) | 41.74º | 0.52% | 0.87% | - |
| XYZ | 49.98 | 51.53 | 20.95 | - |
| YUV | 187.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 106 | 0 | 0.16 | 0.52 | 0.13 | 41.74 | 0.63 | 0.64 |
| Hex | DD | BA | 6A | 0 | 10 | 34 | D | 2A | 3F | 40 |
| Octal | 335 | 272 | 152 | 0 | 20 | 64 | 15 | 52 | 77 | 100 |
| Binary | 11011101 | 10111010 | 1101010 | 0 | 10000 | 110100 | 1101 | 101010 | 111111 | 1000000 |
Color Harmonies of #DDBA6A
Complementary color
Monochromatic Colors of #DDBA6A
Black with #DDBA6A
Text Example
Text Example
White with #DDBA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA6A; }
p { color: rgb(221,186,106); }
H1.HeaderClassName
{
color: #DDBA6A;
}
.AnyTagClassName
{
color: #DDBA6A;
}
</style>
background-color css
<style>
a { background-color: #DDBA6A; }
a { background-color: rgb(221,186,106); }
div.DivClassName
{
background-color: #DDBA6A;
}
.BgClassName
{
background-color: #DDBA6A;
}
</style>
border-color css
<style>
span { border-color: #DDBA6A; }
span { border-color: rgb(221,186,106); }
td.TdClassName
{
border-color: #DDBA6A;
}
.TagClassName
{
border-color: #DDBA6A;
}
</style>