Shades of Chenin #DDC662
Tints of Chenin #DDC662
RGB
CMYK
RGB Variations
Color information
#DDC662 (or 0xDDC662) is known color: Chenin. HEX triplet: DD, C6 and 62. RGB value is (221,198,98). Sum of RGB (Red+Green+Blue) = 221+198+98=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC662 is #22399D. Grayscale: #C1C1C1. Windows color (decimal): -2242974 or 6473437. OLE color: 6473437.
HSL color Cylindrical-coordinate representation of color #DDC662: hue angle of 48.78º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC662 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 98 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 48.78º | 0.64% | 0.63% | - |
| HSV(B) | 48.78º | 0.56% | 0.87% | - |
| XYZ | 52.22 | 56.64 | 19.74 | - |
| YUV | 193.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 98 | 0 | 0.10 | 0.56 | 0.13 | 48.78 | 0.64 | 0.63 |
| Hex | DD | C6 | 62 | 0 | A | 38 | D | 31 | 40 | 3F |
| Octal | 335 | 306 | 142 | 0 | 12 | 70 | 15 | 61 | 100 | 77 |
| Binary | 11011101 | 11000110 | 1100010 | 0 | 1010 | 111000 | 1101 | 110001 | 1000000 | 111111 |
Color Harmonies of #DDC662
Complementary color
Monochromatic Colors of #DDC662
Black with #DDC662
Text Example
Text Example
White with #DDC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC662; }
p { color: rgb(221,198,98); }
H1.HeaderClassName
{
color: #DDC662;
}
.AnyTagClassName
{
color: #DDC662;
}
</style>
background-color css
<style>
a { background-color: #DDC662; }
a { background-color: rgb(221,198,98); }
div.DivClassName
{
background-color: #DDC662;
}
.BgClassName
{
background-color: #DDC662;
}
</style>
border-color css
<style>
span { border-color: #DDC662; }
span { border-color: rgb(221,198,98); }
td.TdClassName
{
border-color: #DDC662;
}
.TagClassName
{
border-color: #DDC662;
}
</style>