Shades of Chenin #DDC567
Tints of Chenin #DDC567
RGB
CMYK
RGB Variations
Color information
#DDC567 (or 0xDDC567) is known color: Chenin. HEX triplet: DD, C5 and 67. RGB value is (221,197,103). Sum of RGB (Red+Green+Blue) = 221+197+103=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC567 is #223A98. Grayscale: #C1C1C1. Windows color (decimal): -2243225 or 6800861. OLE color: 6800861.
HSL color Cylindrical-coordinate representation of color #DDC567: hue angle of 47.8º 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 #DDC567 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 103 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.13 |
| HSL | 47.8º | 0.63% | 0.64% | - |
| HSV(B) | 47.8º | 0.53% | 0.87% | - |
| XYZ | 52.23 | 56.28 | 20.94 | - |
| YUV | 193.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 103 | 0 | 0.11 | 0.53 | 0.13 | 47.8 | 0.63 | 0.64 |
| Hex | DD | C5 | 67 | 0 | B | 35 | D | 30 | 3F | 40 |
| Octal | 335 | 305 | 147 | 0 | 13 | 65 | 15 | 60 | 77 | 100 |
| Binary | 11011101 | 11000101 | 1100111 | 0 | 1011 | 110101 | 1101 | 110000 | 111111 | 1000000 |
Color Harmonies of #DDC567
Complementary color
Monochromatic Colors of #DDC567
Black with #DDC567
Text Example
Text Example
White with #DDC567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC567; }
p { color: rgb(221,197,103); }
H1.HeaderClassName
{
color: #DDC567;
}
.AnyTagClassName
{
color: #DDC567;
}
</style>
background-color css
<style>
a { background-color: #DDC567; }
a { background-color: rgb(221,197,103); }
div.DivClassName
{
background-color: #DDC567;
}
.BgClassName
{
background-color: #DDC567;
}
</style>
border-color css
<style>
span { border-color: #DDC567; }
span { border-color: rgb(221,197,103); }
td.TdClassName
{
border-color: #DDC567;
}
.TagClassName
{
border-color: #DDC567;
}
</style>