Shades of Chenin #DDC66A
Tints of Chenin #DDC66A
RGB
CMYK
RGB Variations
Color information
#DDC66A (or 0xDDC66A) is known color: Chenin. HEX triplet: DD, C6 and 6A. RGB value is (221,198,106). Sum of RGB (Red+Green+Blue) = 221+198+106=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC66A is #223995. Grayscale: #C2C2C2. Windows color (decimal): -2242966 or 6997725. OLE color: 6997725.
HSL color Cylindrical-coordinate representation of color #DDC66A: hue angle of 48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC66A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 106 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.13 |
| HSL | 48º | 0.63% | 0.64% | - |
| HSV(B) | 48º | 0.52% | 0.87% | - |
| XYZ | 52.61 | 56.8 | 21.83 | - |
| YUV | 194.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 106 | 0 | 0.10 | 0.52 | 0.13 | 48 | 0.63 | 0.64 |
| Hex | DD | C6 | 6A | 0 | A | 34 | D | 30 | 3F | 40 |
| Octal | 335 | 306 | 152 | 0 | 12 | 64 | 15 | 60 | 77 | 100 |
| Binary | 11011101 | 11000110 | 1101010 | 0 | 1010 | 110100 | 1101 | 110000 | 111111 | 1000000 |
Color Harmonies of #DDC66A
Complementary color
Monochromatic Colors of #DDC66A
Black with #DDC66A
Text Example
Text Example
White with #DDC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC66A; }
p { color: rgb(221,198,106); }
H1.HeaderClassName
{
color: #DDC66A;
}
.AnyTagClassName
{
color: #DDC66A;
}
</style>
background-color css
<style>
a { background-color: #DDC66A; }
a { background-color: rgb(221,198,106); }
div.DivClassName
{
background-color: #DDC66A;
}
.BgClassName
{
background-color: #DDC66A;
}
</style>
border-color css
<style>
span { border-color: #DDC66A; }
span { border-color: rgb(221,198,106); }
td.TdClassName
{
border-color: #DDC66A;
}
.TagClassName
{
border-color: #DDC66A;
}
</style>