Shades of Chenin #DDC671
Tints of Chenin #DDC671
RGB
CMYK
RGB Variations
Color information
#DDC671 (or 0xDDC671) is known color: Chenin. HEX triplet: DD, C6 and 71. RGB value is (221,198,113). Sum of RGB (Red+Green+Blue) = 221+198+113=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC671 is #22398E. Grayscale: #C3C3C3. Windows color (decimal): -2242959 or 7456477. OLE color: 7456477.
HSL color Cylindrical-coordinate representation of color #DDC671: hue angle of 47.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDC671 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 113 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.13 |
| HSL | 47.22º | 0.61% | 0.65% | - |
| HSV(B) | 47.22º | 0.49% | 0.87% | - |
| XYZ | 52.99 | 56.95 | 23.82 | - |
| YUV | 195.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 113 | 0 | 0.10 | 0.49 | 0.13 | 47.22 | 0.61 | 0.65 |
| Hex | DD | C6 | 71 | 0 | A | 31 | D | 2F | 3D | 41 |
| Octal | 335 | 306 | 161 | 0 | 12 | 61 | 15 | 57 | 75 | 101 |
| Binary | 11011101 | 11000110 | 1110001 | 0 | 1010 | 110001 | 1101 | 101111 | 111101 | 1000001 |
Color Harmonies of #DDC671
Complementary color
Monochromatic Colors of #DDC671
Black with #DDC671
Text Example
Text Example
White with #DDC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC671; }
p { color: rgb(221,198,113); }
H1.HeaderClassName
{
color: #DDC671;
}
.AnyTagClassName
{
color: #DDC671;
}
</style>
background-color css
<style>
a { background-color: #DDC671; }
a { background-color: rgb(221,198,113); }
div.DivClassName
{
background-color: #DDC671;
}
.BgClassName
{
background-color: #DDC671;
}
</style>
border-color css
<style>
span { border-color: #DDC671; }
span { border-color: rgb(221,198,113); }
td.TdClassName
{
border-color: #DDC671;
}
.TagClassName
{
border-color: #DDC671;
}
</style>