Shades of Chenin #DDC661
Tints of Chenin #DDC661
RGB
CMYK
RGB Variations
Color information
#DDC661 (or 0xDDC661) is known color: Chenin. HEX triplet: DD, C6 and 61. RGB value is (221,198,97). Sum of RGB (Red+Green+Blue) = 221+198+97=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC661 is #22399E. Grayscale: #C1C1C1. Windows color (decimal): -2242975 or 6407901. OLE color: 6407901.
HSL color Cylindrical-coordinate representation of color #DDC661: hue angle of 48.87º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC661 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 97 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 48.87º | 0.65% | 0.62% | - |
| HSV(B) | 48.87º | 0.56% | 0.87% | - |
| XYZ | 52.17 | 56.62 | 19.49 | - |
| YUV | 193.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 97 | 0 | 0.10 | 0.56 | 0.13 | 48.87 | 0.65 | 0.62 |
| Hex | DD | C6 | 61 | 0 | A | 38 | D | 31 | 41 | 3E |
| Octal | 335 | 306 | 141 | 0 | 12 | 70 | 15 | 61 | 101 | 76 |
| Binary | 11011101 | 11000110 | 1100001 | 0 | 1010 | 111000 | 1101 | 110001 | 1000001 | 111110 |
Color Harmonies of #DDC661
Complementary color
Monochromatic Colors of #DDC661
Black with #DDC661
Text Example
Text Example
White with #DDC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC661; }
p { color: rgb(221,198,97); }
H1.HeaderClassName
{
color: #DDC661;
}
.AnyTagClassName
{
color: #DDC661;
}
</style>
background-color css
<style>
a { background-color: #DDC661; }
a { background-color: rgb(221,198,97); }
div.DivClassName
{
background-color: #DDC661;
}
.BgClassName
{
background-color: #DDC661;
}
</style>
border-color css
<style>
span { border-color: #DDC661; }
span { border-color: rgb(221,198,97); }
td.TdClassName
{
border-color: #DDC661;
}
.TagClassName
{
border-color: #DDC661;
}
</style>