Shades of Chenin #DDC664
Tints of Chenin #DDC664
RGB
CMYK
RGB Variations
Color information
#DDC664 (or 0xDDC664) is known color: Chenin. HEX triplet: DD, C6 and 64. RGB value is (221,198,100). Sum of RGB (Red+Green+Blue) = 221+198+100=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC664 is #22399B. Grayscale: #C2C2C2. Windows color (decimal): -2242972 or 6604509. OLE color: 6604509.
HSL color Cylindrical-coordinate representation of color #DDC664: hue angle of 48.6º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDC664 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 100 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.13 |
| HSL | 48.6º | 0.64% | 0.63% | - |
| HSV(B) | 48.6º | 0.55% | 0.87% | - |
| XYZ | 52.31 | 56.68 | 20.24 | - |
| YUV | 193.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 100 | 0 | 0.10 | 0.55 | 0.13 | 48.6 | 0.64 | 0.63 |
| Hex | DD | C6 | 64 | 0 | A | 37 | D | 31 | 40 | 3F |
| Octal | 335 | 306 | 144 | 0 | 12 | 67 | 15 | 61 | 100 | 77 |
| Binary | 11011101 | 11000110 | 1100100 | 0 | 1010 | 110111 | 1101 | 110001 | 1000000 | 111111 |
Color Harmonies of #DDC664
Complementary color
Monochromatic Colors of #DDC664
Black with #DDC664
Text Example
Text Example
White with #DDC664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC664; }
p { color: rgb(221,198,100); }
H1.HeaderClassName
{
color: #DDC664;
}
.AnyTagClassName
{
color: #DDC664;
}
</style>
background-color css
<style>
a { background-color: #DDC664; }
a { background-color: rgb(221,198,100); }
div.DivClassName
{
background-color: #DDC664;
}
.BgClassName
{
background-color: #DDC664;
}
</style>
border-color css
<style>
span { border-color: #DDC664; }
span { border-color: rgb(221,198,100); }
td.TdClassName
{
border-color: #DDC664;
}
.TagClassName
{
border-color: #DDC664;
}
</style>