Shades of Chenin #DDC069
Tints of Chenin #DDC069
RGB
CMYK
RGB Variations
Color information
#DDC069 (or 0xDDC069) is known color: Chenin. HEX triplet: DD, C0 and 69. RGB value is (221,192,105). Sum of RGB (Red+Green+Blue) = 221+192+105=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC069 is #223F96. Grayscale: #BFBFBF. Windows color (decimal): -2244503 or 6930653. OLE color: 6930653.
HSL color Cylindrical-coordinate representation of color #DDC069: hue angle of 45º 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 #DDC069 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 105 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 45º | 0.63% | 0.64% | - |
| HSV(B) | 45º | 0.52% | 0.87% | - |
| XYZ | 51.22 | 54.09 | 21.11 | - |
| YUV | 190.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 105 | 0 | 0.13 | 0.52 | 0.13 | 45 | 0.63 | 0.64 |
| Hex | DD | C0 | 69 | 0 | D | 34 | D | 2D | 3F | 40 |
| Octal | 335 | 300 | 151 | 0 | 15 | 64 | 15 | 55 | 77 | 100 |
| Binary | 11011101 | 11000000 | 1101001 | 0 | 1101 | 110100 | 1101 | 101101 | 111111 | 1000000 |
Color Harmonies of #DDC069
Complementary color
Monochromatic Colors of #DDC069
Black with #DDC069
Text Example
Text Example
White with #DDC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC069; }
p { color: rgb(221,192,105); }
H1.HeaderClassName
{
color: #DDC069;
}
.AnyTagClassName
{
color: #DDC069;
}
</style>
background-color css
<style>
a { background-color: #DDC069; }
a { background-color: rgb(221,192,105); }
div.DivClassName
{
background-color: #DDC069;
}
.BgClassName
{
background-color: #DDC069;
}
</style>
border-color css
<style>
span { border-color: #DDC069; }
span { border-color: rgb(221,192,105); }
td.TdClassName
{
border-color: #DDC069;
}
.TagClassName
{
border-color: #DDC069;
}
</style>