Shades of Chenin #DDC06A
Tints of Chenin #DDC06A
RGB
CMYK
RGB Variations
Color information
#DDC06A (or 0xDDC06A) is known color: Chenin. HEX triplet: DD, C0 and 6A. RGB value is (221,192,106). Sum of RGB (Red+Green+Blue) = 221+192+106=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC06A is #223F95. Grayscale: #BFBFBF. Windows color (decimal): -2244502 or 6996189. OLE color: 6996189.
HSL color Cylindrical-coordinate representation of color #DDC06A: hue angle of 44.87º 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 #DDC06A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 106 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 44.87º | 0.63% | 0.64% | - |
| HSV(B) | 44.87º | 0.52% | 0.87% | - |
| XYZ | 51.27 | 54.11 | 21.38 | - |
| YUV | 190.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 106 | 0 | 0.13 | 0.52 | 0.13 | 44.87 | 0.63 | 0.64 |
| Hex | DD | C0 | 6A | 0 | D | 34 | D | 2D | 3F | 40 |
| Octal | 335 | 300 | 152 | 0 | 15 | 64 | 15 | 55 | 77 | 100 |
| Binary | 11011101 | 11000000 | 1101010 | 0 | 1101 | 110100 | 1101 | 101101 | 111111 | 1000000 |
Color Harmonies of #DDC06A
Complementary color
Monochromatic Colors of #DDC06A
Black with #DDC06A
Text Example
Text Example
White with #DDC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC06A; }
p { color: rgb(221,192,106); }
H1.HeaderClassName
{
color: #DDC06A;
}
.AnyTagClassName
{
color: #DDC06A;
}
</style>
background-color css
<style>
a { background-color: #DDC06A; }
a { background-color: rgb(221,192,106); }
div.DivClassName
{
background-color: #DDC06A;
}
.BgClassName
{
background-color: #DDC06A;
}
</style>
border-color css
<style>
span { border-color: #DDC06A; }
span { border-color: rgb(221,192,106); }
td.TdClassName
{
border-color: #DDC06A;
}
.TagClassName
{
border-color: #DDC06A;
}
</style>