Shades of Chenin #DDB86D
Tints of Chenin #DDB86D
RGB
CMYK
RGB Variations
Color information
#DDB86D (or 0xDDB86D) is known color: Chenin. HEX triplet: DD, B8 and 6D. RGB value is (221,184,109). Sum of RGB (Red+Green+Blue) = 221+184+109=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB86D is #224792. Grayscale: #BABABA. Windows color (decimal): -2246547 or 7190749. OLE color: 7190749.
HSL color Cylindrical-coordinate representation of color #DDB86D: hue angle of 40.18º 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 #DDB86D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 109 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.13 |
| HSL | 40.18º | 0.62% | 0.65% | - |
| HSV(B) | 40.18º | 0.51% | 0.87% | - |
| XYZ | 49.72 | 50.76 | 21.64 | - |
| YUV | 186.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 109 | 0 | 0.17 | 0.51 | 0.13 | 40.18 | 0.62 | 0.65 |
| Hex | DD | B8 | 6D | 0 | 11 | 33 | D | 28 | 3E | 41 |
| Octal | 335 | 270 | 155 | 0 | 21 | 63 | 15 | 50 | 76 | 101 |
| Binary | 11011101 | 10111000 | 1101101 | 0 | 10001 | 110011 | 1101 | 101000 | 111110 | 1000001 |
Color Harmonies of #DDB86D
Complementary color
Monochromatic Colors of #DDB86D
Black with #DDB86D
Text Example
Text Example
White with #DDB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB86D; }
p { color: rgb(221,184,109); }
H1.HeaderClassName
{
color: #DDB86D;
}
.AnyTagClassName
{
color: #DDB86D;
}
</style>
background-color css
<style>
a { background-color: #DDB86D; }
a { background-color: rgb(221,184,109); }
div.DivClassName
{
background-color: #DDB86D;
}
.BgClassName
{
background-color: #DDB86D;
}
</style>
border-color css
<style>
span { border-color: #DDB86D; }
span { border-color: rgb(221,184,109); }
td.TdClassName
{
border-color: #DDB86D;
}
.TagClassName
{
border-color: #DDB86D;
}
</style>