Shades of Chenin #DDC363
Tints of Chenin #DDC363
RGB
CMYK
RGB Variations
Color information
#DDC363 (or 0xDDC363) is known color: Chenin. HEX triplet: DD, C3 and 63. RGB value is (221,195,99). Sum of RGB (Red+Green+Blue) = 221+195+99=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC363 is #223C9C. Grayscale: #C0C0C0. Windows color (decimal): -2243741 or 6538205. OLE color: 6538205.
HSL color Cylindrical-coordinate representation of color #DDC363: hue angle of 47.21º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDC363 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 99 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.13 |
| HSL | 47.21º | 0.64% | 0.63% | - |
| HSV(B) | 47.21º | 0.55% | 0.87% | - |
| XYZ | 51.59 | 55.3 | 19.76 | - |
| YUV | 191.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 99 | 0 | 0.12 | 0.55 | 0.13 | 47.21 | 0.64 | 0.63 |
| Hex | DD | C3 | 63 | 0 | C | 37 | D | 2F | 40 | 3F |
| Octal | 335 | 303 | 143 | 0 | 14 | 67 | 15 | 57 | 100 | 77 |
| Binary | 11011101 | 11000011 | 1100011 | 0 | 1100 | 110111 | 1101 | 101111 | 1000000 | 111111 |
Color Harmonies of #DDC363
Complementary color
Monochromatic Colors of #DDC363
Black with #DDC363
Text Example
Text Example
White with #DDC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC363; }
p { color: rgb(221,195,99); }
H1.HeaderClassName
{
color: #DDC363;
}
.AnyTagClassName
{
color: #DDC363;
}
</style>
background-color css
<style>
a { background-color: #DDC363; }
a { background-color: rgb(221,195,99); }
div.DivClassName
{
background-color: #DDC363;
}
.BgClassName
{
background-color: #DDC363;
}
</style>
border-color css
<style>
span { border-color: #DDC363; }
span { border-color: rgb(221,195,99); }
td.TdClassName
{
border-color: #DDC363;
}
.TagClassName
{
border-color: #DDC363;
}
</style>