Shades of Chenin #DDC66C
Tints of Chenin #DDC66C
RGB
CMYK
RGB Variations
Color information
#DDC66C (or 0xDDC66C) is known color: Chenin. HEX triplet: DD, C6 and 6C. RGB value is (221,198,108). Sum of RGB (Red+Green+Blue) = 221+198+108=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC66C is #223993. Grayscale: #C3C3C3. Windows color (decimal): -2242964 or 7128797. OLE color: 7128797.
HSL color Cylindrical-coordinate representation of color #DDC66C: hue angle of 47.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC66C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 108 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.13 |
| HSL | 47.79º | 0.62% | 0.65% | - |
| HSV(B) | 47.79º | 0.51% | 0.87% | - |
| XYZ | 52.72 | 56.84 | 22.38 | - |
| YUV | 194.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 108 | 0 | 0.10 | 0.51 | 0.13 | 47.79 | 0.62 | 0.65 |
| Hex | DD | C6 | 6C | 0 | A | 33 | D | 30 | 3E | 41 |
| Octal | 335 | 306 | 154 | 0 | 12 | 63 | 15 | 60 | 76 | 101 |
| Binary | 11011101 | 11000110 | 1101100 | 0 | 1010 | 110011 | 1101 | 110000 | 111110 | 1000001 |
Color Harmonies of #DDC66C
Complementary color
Monochromatic Colors of #DDC66C
Black with #DDC66C
Text Example
Text Example
White with #DDC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC66C; }
p { color: rgb(221,198,108); }
H1.HeaderClassName
{
color: #DDC66C;
}
.AnyTagClassName
{
color: #DDC66C;
}
</style>
background-color css
<style>
a { background-color: #DDC66C; }
a { background-color: rgb(221,198,108); }
div.DivClassName
{
background-color: #DDC66C;
}
.BgClassName
{
background-color: #DDC66C;
}
</style>
border-color css
<style>
span { border-color: #DDC66C; }
span { border-color: rgb(221,198,108); }
td.TdClassName
{
border-color: #DDC66C;
}
.TagClassName
{
border-color: #DDC66C;
}
</style>