Shades of Chenin #DDC463
Tints of Chenin #DDC463
RGB
CMYK
RGB Variations
Color information
#DDC463 (or 0xDDC463) is known color: Chenin. HEX triplet: DD, C4 and 63. RGB value is (221,196,99). Sum of RGB (Red+Green+Blue) = 221+196+99=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC463 is #223B9C. Grayscale: #C0C0C0. Windows color (decimal): -2243485 or 6538461. OLE color: 6538461.
HSL color Cylindrical-coordinate representation of color #DDC463: hue angle of 47.7º 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 #DDC463 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 99 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.13 |
| HSL | 47.7º | 0.64% | 0.63% | - |
| HSV(B) | 47.7º | 0.55% | 0.87% | - |
| XYZ | 51.81 | 55.75 | 19.84 | - |
| YUV | 192.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 99 | 0 | 0.11 | 0.55 | 0.13 | 47.7 | 0.64 | 0.63 |
| Hex | DD | C4 | 63 | 0 | B | 37 | D | 30 | 40 | 3F |
| Octal | 335 | 304 | 143 | 0 | 13 | 67 | 15 | 60 | 100 | 77 |
| Binary | 11011101 | 11000100 | 1100011 | 0 | 1011 | 110111 | 1101 | 110000 | 1000000 | 111111 |
Color Harmonies of #DDC463
Complementary color
Monochromatic Colors of #DDC463
Black with #DDC463
Text Example
Text Example
White with #DDC463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC463; }
p { color: rgb(221,196,99); }
H1.HeaderClassName
{
color: #DDC463;
}
.AnyTagClassName
{
color: #DDC463;
}
</style>
background-color css
<style>
a { background-color: #DDC463; }
a { background-color: rgb(221,196,99); }
div.DivClassName
{
background-color: #DDC463;
}
.BgClassName
{
background-color: #DDC463;
}
</style>
border-color css
<style>
span { border-color: #DDC463; }
span { border-color: rgb(221,196,99); }
td.TdClassName
{
border-color: #DDC463;
}
.TagClassName
{
border-color: #DDC463;
}
</style>