Shades of Chenin #DDB96C
Tints of Chenin #DDB96C
RGB
CMYK
RGB Variations
Color information
#DDB96C (or 0xDDB96C) is known color: Chenin. HEX triplet: DD, B9 and 6C. RGB value is (221,185,108). Sum of RGB (Red+Green+Blue) = 221+185+108=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB96C is #224693. Grayscale: #BBBBBB. Windows color (decimal): -2246292 or 7125469. OLE color: 7125469.
HSL color Cylindrical-coordinate representation of color #DDB96C: hue angle of 40.88º 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 #DDB96C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 108 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.13 |
| HSL | 40.88º | 0.62% | 0.65% | - |
| HSV(B) | 40.88º | 0.51% | 0.87% | - |
| XYZ | 49.87 | 51.15 | 21.43 | - |
| YUV | 186.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 108 | 0 | 0.16 | 0.51 | 0.13 | 40.88 | 0.62 | 0.65 |
| Hex | DD | B9 | 6C | 0 | 10 | 33 | D | 29 | 3E | 41 |
| Octal | 335 | 271 | 154 | 0 | 20 | 63 | 15 | 51 | 76 | 101 |
| Binary | 11011101 | 10111001 | 1101100 | 0 | 10000 | 110011 | 1101 | 101001 | 111110 | 1000001 |
Color Harmonies of #DDB96C
Complementary color
Monochromatic Colors of #DDB96C
Black with #DDB96C
Text Example
Text Example
White with #DDB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB96C; }
p { color: rgb(221,185,108); }
H1.HeaderClassName
{
color: #DDB96C;
}
.AnyTagClassName
{
color: #DDB96C;
}
</style>
background-color css
<style>
a { background-color: #DDB96C; }
a { background-color: rgb(221,185,108); }
div.DivClassName
{
background-color: #DDB96C;
}
.BgClassName
{
background-color: #DDB96C;
}
</style>
border-color css
<style>
span { border-color: #DDB96C; }
span { border-color: rgb(221,185,108); }
td.TdClassName
{
border-color: #DDB96C;
}
.TagClassName
{
border-color: #DDB96C;
}
</style>