Shades of Chenin #DDB96E
Tints of Chenin #DDB96E
RGB
CMYK
RGB Variations
Color information
#DDB96E (or 0xDDB96E) is known color: Chenin. HEX triplet: DD, B9 and 6E. RGB value is (221,185,110). Sum of RGB (Red+Green+Blue) = 221+185+110=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB96E is #224691. Grayscale: #BBBBBB. Windows color (decimal): -2246290 or 7256541. OLE color: 7256541.
HSL color Cylindrical-coordinate representation of color #DDB96E: hue angle of 40.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDB96E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 110 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.13 |
| HSL | 40.54º | 0.62% | 0.65% | - |
| HSV(B) | 40.54º | 0.5% | 0.87% | - |
| XYZ | 49.98 | 51.2 | 22 | - |
| YUV | 187.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 110 | 0 | 0.16 | 0.50 | 0.13 | 40.54 | 0.62 | 0.65 |
| Hex | DD | B9 | 6E | 0 | 10 | 32 | D | 29 | 3E | 41 |
| Octal | 335 | 271 | 156 | 0 | 20 | 62 | 15 | 51 | 76 | 101 |
| Binary | 11011101 | 10111001 | 1101110 | 0 | 10000 | 110010 | 1101 | 101001 | 111110 | 1000001 |
Color Harmonies of #DDB96E
Complementary color
Monochromatic Colors of #DDB96E
Black with #DDB96E
Text Example
Text Example
White with #DDB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB96E; }
p { color: rgb(221,185,110); }
H1.HeaderClassName
{
color: #DDB96E;
}
.AnyTagClassName
{
color: #DDB96E;
}
</style>
background-color css
<style>
a { background-color: #DDB96E; }
a { background-color: rgb(221,185,110); }
div.DivClassName
{
background-color: #DDB96E;
}
.BgClassName
{
background-color: #DDB96E;
}
</style>
border-color css
<style>
span { border-color: #DDB96E; }
span { border-color: rgb(221,185,110); }
td.TdClassName
{
border-color: #DDB96E;
}
.TagClassName
{
border-color: #DDB96E;
}
</style>