Shades of Chenin #DDC568
Tints of Chenin #DDC568
RGB
CMYK
RGB Variations
Color information
#DDC568 (or 0xDDC568) is known color: Chenin. HEX triplet: DD, C5 and 68. RGB value is (221,197,104). Sum of RGB (Red+Green+Blue) = 221+197+104=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC568 is #223A97. Grayscale: #C1C1C1. Windows color (decimal): -2243224 or 6866397. OLE color: 6866397.
HSL color Cylindrical-coordinate representation of color #DDC568: hue angle of 47.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDC568 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 104 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.13 |
| HSL | 47.69º | 0.63% | 0.64% | - |
| HSV(B) | 47.69º | 0.53% | 0.87% | - |
| XYZ | 52.28 | 56.3 | 21.21 | - |
| YUV | 193.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 104 | 0 | 0.11 | 0.53 | 0.13 | 47.69 | 0.63 | 0.64 |
| Hex | DD | C5 | 68 | 0 | B | 35 | D | 30 | 3F | 40 |
| Octal | 335 | 305 | 150 | 0 | 13 | 65 | 15 | 60 | 77 | 100 |
| Binary | 11011101 | 11000101 | 1101000 | 0 | 1011 | 110101 | 1101 | 110000 | 111111 | 1000000 |
Color Harmonies of #DDC568
Complementary color
Monochromatic Colors of #DDC568
Black with #DDC568
Text Example
Text Example
White with #DDC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC568; }
p { color: rgb(221,197,104); }
H1.HeaderClassName
{
color: #DDC568;
}
.AnyTagClassName
{
color: #DDC568;
}
</style>
background-color css
<style>
a { background-color: #DDC568; }
a { background-color: rgb(221,197,104); }
div.DivClassName
{
background-color: #DDC568;
}
.BgClassName
{
background-color: #DDC568;
}
</style>
border-color css
<style>
span { border-color: #DDC568; }
span { border-color: rgb(221,197,104); }
td.TdClassName
{
border-color: #DDC568;
}
.TagClassName
{
border-color: #DDC568;
}
</style>