Shades of Chenin #DDB774
Tints of Chenin #DDB774
RGB
CMYK
RGB Variations
Color information
#DDB774 (or 0xDDB774) is known color: Chenin. HEX triplet: DD, B7 and 74. RGB value is (221,183,116). Sum of RGB (Red+Green+Blue) = 221+183+116=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB774 is #22488B. Grayscale: #BBBBBB. Windows color (decimal): -2246796 or 7649245. OLE color: 7649245.
HSL color Cylindrical-coordinate representation of color #DDB774: hue angle of 38.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB774 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 116 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.13 |
| HSL | 38.29º | 0.61% | 0.66% | - |
| HSV(B) | 38.29º | 0.48% | 0.87% | - |
| XYZ | 49.9 | 50.5 | 23.64 | - |
| YUV | 186.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 116 | 0 | 0.17 | 0.48 | 0.13 | 38.29 | 0.61 | 0.66 |
| Hex | DD | B7 | 74 | 0 | 11 | 30 | D | 26 | 3D | 42 |
| Octal | 335 | 267 | 164 | 0 | 21 | 60 | 15 | 46 | 75 | 102 |
| Binary | 11011101 | 10110111 | 1110100 | 0 | 10001 | 110000 | 1101 | 100110 | 111101 | 1000010 |
Color Harmonies of #DDB774
Complementary color
Monochromatic Colors of #DDB774
Black with #DDB774
Text Example
Text Example
White with #DDB774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB774; }
p { color: rgb(221,183,116); }
H1.HeaderClassName
{
color: #DDB774;
}
.AnyTagClassName
{
color: #DDB774;
}
</style>
background-color css
<style>
a { background-color: #DDB774; }
a { background-color: rgb(221,183,116); }
div.DivClassName
{
background-color: #DDB774;
}
.BgClassName
{
background-color: #DDB774;
}
</style>
border-color css
<style>
span { border-color: #DDB774; }
span { border-color: rgb(221,183,116); }
td.TdClassName
{
border-color: #DDB774;
}
.TagClassName
{
border-color: #DDB774;
}
</style>