Shades of Chenin #DDBC76
Tints of Chenin #DDBC76
RGB
CMYK
RGB Variations
Color information
#DDBC76 (or 0xDDBC76) is known color: Chenin. HEX triplet: DD, BC and 76. RGB value is (221,188,118). Sum of RGB (Red+Green+Blue) = 221+188+118=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC76 is #224389. Grayscale: #BEBEBE. Windows color (decimal): -2245514 or 7781597. OLE color: 7781597.
HSL color Cylindrical-coordinate representation of color #DDBC76: hue angle of 40.78º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDBC76 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 118 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.13 |
| HSL | 40.78º | 0.6% | 0.66% | - |
| HSV(B) | 40.78º | 0.47% | 0.87% | - |
| XYZ | 51.07 | 52.65 | 24.61 | - |
| YUV | 189.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 118 | 0 | 0.15 | 0.47 | 0.13 | 40.78 | 0.6 | 0.66 |
| Hex | DD | BC | 76 | 0 | F | 2F | D | 29 | 3C | 42 |
| Octal | 335 | 274 | 166 | 0 | 17 | 57 | 15 | 51 | 74 | 102 |
| Binary | 11011101 | 10111100 | 1110110 | 0 | 1111 | 101111 | 1101 | 101001 | 111100 | 1000010 |
Color Harmonies of #DDBC76
Complementary color
Monochromatic Colors of #DDBC76
Black with #DDBC76
Text Example
Text Example
White with #DDBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC76; }
p { color: rgb(221,188,118); }
H1.HeaderClassName
{
color: #DDBC76;
}
.AnyTagClassName
{
color: #DDBC76;
}
</style>
background-color css
<style>
a { background-color: #DDBC76; }
a { background-color: rgb(221,188,118); }
div.DivClassName
{
background-color: #DDBC76;
}
.BgClassName
{
background-color: #DDBC76;
}
</style>
border-color css
<style>
span { border-color: #DDBC76; }
span { border-color: rgb(221,188,118); }
td.TdClassName
{
border-color: #DDBC76;
}
.TagClassName
{
border-color: #DDBC76;
}
</style>