Shades of Chenin #DDB96B
Tints of Chenin #DDB96B
RGB
CMYK
RGB Variations
Color information
#DDB96B (or 0xDDB96B) is known color: Chenin. HEX triplet: DD, B9 and 6B. RGB value is (221,185,107). Sum of RGB (Red+Green+Blue) = 221+185+107=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB96B is #224694. Grayscale: #BBBBBB. Windows color (decimal): -2246293 or 7059933. OLE color: 7059933.
HSL color Cylindrical-coordinate representation of color #DDB96B: hue angle of 41.05º 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 #DDB96B is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 107 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.13 |
| HSL | 41.05º | 0.63% | 0.64% | - |
| HSV(B) | 41.05º | 0.52% | 0.87% | - |
| XYZ | 49.82 | 51.13 | 21.15 | - |
| YUV | 186.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 107 | 0 | 0.16 | 0.52 | 0.13 | 41.05 | 0.63 | 0.64 |
| Hex | DD | B9 | 6B | 0 | 10 | 34 | D | 29 | 3F | 40 |
| Octal | 335 | 271 | 153 | 0 | 20 | 64 | 15 | 51 | 77 | 100 |
| Binary | 11011101 | 10111001 | 1101011 | 0 | 10000 | 110100 | 1101 | 101001 | 111111 | 1000000 |
Color Harmonies of #DDB96B
Complementary color
Monochromatic Colors of #DDB96B
Black with #DDB96B
Text Example
Text Example
White with #DDB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB96B; }
p { color: rgb(221,185,107); }
H1.HeaderClassName
{
color: #DDB96B;
}
.AnyTagClassName
{
color: #DDB96B;
}
</style>
background-color css
<style>
a { background-color: #DDB96B; }
a { background-color: rgb(221,185,107); }
div.DivClassName
{
background-color: #DDB96B;
}
.BgClassName
{
background-color: #DDB96B;
}
</style>
border-color css
<style>
span { border-color: #DDB96B; }
span { border-color: rgb(221,185,107); }
td.TdClassName
{
border-color: #DDB96B;
}
.TagClassName
{
border-color: #DDB96B;
}
</style>