Shades of Chenin #DDBD77
Tints of Chenin #DDBD77
RGB
CMYK
RGB Variations
Color information
#DDBD77 (or 0xDDBD77) is known color: Chenin. HEX triplet: DD, BD and 77. RGB value is (221,189,119). Sum of RGB (Red+Green+Blue) = 221+189+119=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD77 is #224288. Grayscale: #BEBEBE. Windows color (decimal): -2245257 or 7847389. OLE color: 7847389.
HSL color Cylindrical-coordinate representation of color #DDBD77: hue angle of 41.18º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDBD77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.13 |
| HSL | 41.18º | 0.6% | 0.67% | - |
| HSV(B) | 41.18º | 0.46% | 0.87% | - |
| XYZ | 51.35 | 53.1 | 25 | - |
| YUV | 190.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 119 | 0 | 0.14 | 0.46 | 0.13 | 41.18 | 0.6 | 0.67 |
| Hex | DD | BD | 77 | 0 | E | 2E | D | 29 | 3C | 43 |
| Octal | 335 | 275 | 167 | 0 | 16 | 56 | 15 | 51 | 74 | 103 |
| Binary | 11011101 | 10111101 | 1110111 | 0 | 1110 | 101110 | 1101 | 101001 | 111100 | 1000011 |
Color Harmonies of #DDBD77
Complementary color
Monochromatic Colors of #DDBD77
Black with #DDBD77
Text Example
Text Example
White with #DDBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD77; }
p { color: rgb(221,189,119); }
H1.HeaderClassName
{
color: #DDBD77;
}
.AnyTagClassName
{
color: #DDBD77;
}
</style>
background-color css
<style>
a { background-color: #DDBD77; }
a { background-color: rgb(221,189,119); }
div.DivClassName
{
background-color: #DDBD77;
}
.BgClassName
{
background-color: #DDBD77;
}
</style>
border-color css
<style>
span { border-color: #DDBD77; }
span { border-color: rgb(221,189,119); }
td.TdClassName
{
border-color: #DDBD77;
}
.TagClassName
{
border-color: #DDBD77;
}
</style>