Shades of Chenin #DDC569
Tints of Chenin #DDC569
RGB
CMYK
RGB Variations
Color information
#DDC569 (or 0xDDC569) is known color: Chenin. HEX triplet: DD, C5 and 69. RGB value is (221,197,105). Sum of RGB (Red+Green+Blue) = 221+197+105=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC569 is #223A96. Grayscale: #C2C2C2. Windows color (decimal): -2243223 or 6931933. OLE color: 6931933.
HSL color Cylindrical-coordinate representation of color #DDC569: hue angle of 47.59º 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 #DDC569 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 105 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 47.59º | 0.63% | 0.64% | - |
| HSV(B) | 47.59º | 0.52% | 0.87% | - |
| XYZ | 52.33 | 56.32 | 21.48 | - |
| YUV | 193.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 105 | 0 | 0.11 | 0.52 | 0.13 | 47.59 | 0.63 | 0.64 |
| Hex | DD | C5 | 69 | 0 | B | 34 | D | 30 | 3F | 40 |
| Octal | 335 | 305 | 151 | 0 | 13 | 64 | 15 | 60 | 77 | 100 |
| Binary | 11011101 | 11000101 | 1101001 | 0 | 1011 | 110100 | 1101 | 110000 | 111111 | 1000000 |
Color Harmonies of #DDC569
Complementary color
Monochromatic Colors of #DDC569
Black with #DDC569
Text Example
Text Example
White with #DDC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC569; }
p { color: rgb(221,197,105); }
H1.HeaderClassName
{
color: #DDC569;
}
.AnyTagClassName
{
color: #DDC569;
}
</style>
background-color css
<style>
a { background-color: #DDC569; }
a { background-color: rgb(221,197,105); }
div.DivClassName
{
background-color: #DDC569;
}
.BgClassName
{
background-color: #DDC569;
}
</style>
border-color css
<style>
span { border-color: #DDC569; }
span { border-color: rgb(221,197,105); }
td.TdClassName
{
border-color: #DDC569;
}
.TagClassName
{
border-color: #DDC569;
}
</style>