Shades of Chenin #DDC670
Tints of Chenin #DDC670
RGB
CMYK
RGB Variations
Color information
#DDC670 (or 0xDDC670) is known color: Chenin. HEX triplet: DD, C6 and 70. RGB value is (221,198,112). Sum of RGB (Red+Green+Blue) = 221+198+112=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC670 is #22398F. Grayscale: #C3C3C3. Windows color (decimal): -2242960 or 7390941. OLE color: 7390941.
HSL color Cylindrical-coordinate representation of color #DDC670: hue angle of 47.34º degrees, saturation: 0.62, 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 #DDC670 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 112 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.13 |
| HSL | 47.34º | 0.62% | 0.65% | - |
| HSV(B) | 47.34º | 0.49% | 0.87% | - |
| XYZ | 52.94 | 56.93 | 23.53 | - |
| YUV | 195.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 112 | 0 | 0.10 | 0.49 | 0.13 | 47.34 | 0.62 | 0.65 |
| Hex | DD | C6 | 70 | 0 | A | 31 | D | 2F | 3E | 41 |
| Octal | 335 | 306 | 160 | 0 | 12 | 61 | 15 | 57 | 76 | 101 |
| Binary | 11011101 | 11000110 | 1110000 | 0 | 1010 | 110001 | 1101 | 101111 | 111110 | 1000001 |
Color Harmonies of #DDC670
Complementary color
Monochromatic Colors of #DDC670
Black with #DDC670
Text Example
Text Example
White with #DDC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC670; }
p { color: rgb(221,198,112); }
H1.HeaderClassName
{
color: #DDC670;
}
.AnyTagClassName
{
color: #DDC670;
}
</style>
background-color css
<style>
a { background-color: #DDC670; }
a { background-color: rgb(221,198,112); }
div.DivClassName
{
background-color: #DDC670;
}
.BgClassName
{
background-color: #DDC670;
}
</style>
border-color css
<style>
span { border-color: #DDC670; }
span { border-color: rgb(221,198,112); }
td.TdClassName
{
border-color: #DDC670;
}
.TagClassName
{
border-color: #DDC670;
}
</style>