Shades of Chenin #DDC077
Tints of Chenin #DDC077
RGB
CMYK
RGB Variations
Color information
#DDC077 (or 0xDDC077) is known color: Chenin. HEX triplet: DD, C0 and 77. RGB value is (221,192,119). Sum of RGB (Red+Green+Blue) = 221+192+119=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC077 is #223F88. Grayscale: #C0C0C0. Windows color (decimal): -2244489 or 7848157. OLE color: 7848157.
HSL color Cylindrical-coordinate representation of color #DDC077: hue angle of 42.94º 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 #DDC077 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 119 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.13 |
| HSL | 42.94º | 0.6% | 0.67% | - |
| HSV(B) | 42.94º | 0.46% | 0.87% | - |
| XYZ | 52 | 54.4 | 25.21 | - |
| YUV | 192.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 119 | 0 | 0.13 | 0.46 | 0.13 | 42.94 | 0.6 | 0.67 |
| Hex | DD | C0 | 77 | 0 | D | 2E | D | 2B | 3C | 43 |
| Octal | 335 | 300 | 167 | 0 | 15 | 56 | 15 | 53 | 74 | 103 |
| Binary | 11011101 | 11000000 | 1110111 | 0 | 1101 | 101110 | 1101 | 101011 | 111100 | 1000011 |
Color Harmonies of #DDC077
Complementary color
Monochromatic Colors of #DDC077
Black with #DDC077
Text Example
Text Example
White with #DDC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC077; }
p { color: rgb(221,192,119); }
H1.HeaderClassName
{
color: #DDC077;
}
.AnyTagClassName
{
color: #DDC077;
}
</style>
background-color css
<style>
a { background-color: #DDC077; }
a { background-color: rgb(221,192,119); }
div.DivClassName
{
background-color: #DDC077;
}
.BgClassName
{
background-color: #DDC077;
}
</style>
border-color css
<style>
span { border-color: #DDC077; }
span { border-color: rgb(221,192,119); }
td.TdClassName
{
border-color: #DDC077;
}
.TagClassName
{
border-color: #DDC077;
}
</style>