Shades of Chenin #DDB86C
Tints of Chenin #DDB86C
RGB
CMYK
RGB Variations
Color information
#DDB86C (or 0xDDB86C) is known color: Chenin. HEX triplet: DD, B8 and 6C. RGB value is (221,184,108). Sum of RGB (Red+Green+Blue) = 221+184+108=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB86C is #224793. Grayscale: #BABABA. Windows color (decimal): -2246548 or 7125213. OLE color: 7125213.
HSL color Cylindrical-coordinate representation of color #DDB86C: hue angle of 40.35º 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 #DDB86C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 108 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.13 |
| HSL | 40.35º | 0.62% | 0.65% | - |
| HSV(B) | 40.35º | 0.51% | 0.87% | - |
| XYZ | 49.67 | 50.74 | 21.36 | - |
| YUV | 186.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 108 | 0 | 0.17 | 0.51 | 0.13 | 40.35 | 0.62 | 0.65 |
| Hex | DD | B8 | 6C | 0 | 11 | 33 | D | 28 | 3E | 41 |
| Octal | 335 | 270 | 154 | 0 | 21 | 63 | 15 | 50 | 76 | 101 |
| Binary | 11011101 | 10111000 | 1101100 | 0 | 10001 | 110011 | 1101 | 101000 | 111110 | 1000001 |
Color Harmonies of #DDB86C
Complementary color
Monochromatic Colors of #DDB86C
Black with #DDB86C
Text Example
Text Example
White with #DDB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB86C; }
p { color: rgb(221,184,108); }
H1.HeaderClassName
{
color: #DDB86C;
}
.AnyTagClassName
{
color: #DDB86C;
}
</style>
background-color css
<style>
a { background-color: #DDB86C; }
a { background-color: rgb(221,184,108); }
div.DivClassName
{
background-color: #DDB86C;
}
.BgClassName
{
background-color: #DDB86C;
}
</style>
border-color css
<style>
span { border-color: #DDB86C; }
span { border-color: rgb(221,184,108); }
td.TdClassName
{
border-color: #DDB86C;
}
.TagClassName
{
border-color: #DDB86C;
}
</style>