Shades of Chenin #DDBA69
Tints of Chenin #DDBA69
RGB
CMYK
RGB Variations
Color information
#DDBA69 (or 0xDDBA69) is known color: Chenin. HEX triplet: DD, BA and 69. RGB value is (221,186,105). Sum of RGB (Red+Green+Blue) = 221+186+105=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA69 is #224596. Grayscale: #BBBBBB. Windows color (decimal): -2246039 or 6929117. OLE color: 6929117.
HSL color Cylindrical-coordinate representation of color #DDBA69: hue angle of 41.9º 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 #DDBA69 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 105 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.13 |
| HSL | 41.9º | 0.63% | 0.64% | - |
| HSV(B) | 41.9º | 0.52% | 0.87% | - |
| XYZ | 49.93 | 51.51 | 20.68 | - |
| YUV | 187.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 105 | 0 | 0.16 | 0.52 | 0.13 | 41.9 | 0.63 | 0.64 |
| Hex | DD | BA | 69 | 0 | 10 | 34 | D | 2A | 3F | 40 |
| Octal | 335 | 272 | 151 | 0 | 20 | 64 | 15 | 52 | 77 | 100 |
| Binary | 11011101 | 10111010 | 1101001 | 0 | 10000 | 110100 | 1101 | 101010 | 111111 | 1000000 |
Color Harmonies of #DDBA69
Complementary color
Monochromatic Colors of #DDBA69
Black with #DDBA69
Text Example
Text Example
White with #DDBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA69; }
p { color: rgb(221,186,105); }
H1.HeaderClassName
{
color: #DDBA69;
}
.AnyTagClassName
{
color: #DDBA69;
}
</style>
background-color css
<style>
a { background-color: #DDBA69; }
a { background-color: rgb(221,186,105); }
div.DivClassName
{
background-color: #DDBA69;
}
.BgClassName
{
background-color: #DDBA69;
}
</style>
border-color css
<style>
span { border-color: #DDBA69; }
span { border-color: rgb(221,186,105); }
td.TdClassName
{
border-color: #DDBA69;
}
.TagClassName
{
border-color: #DDBA69;
}
</style>