Shades of Chenin #DDC763
Tints of Chenin #DDC763
RGB
CMYK
RGB Variations
Color information
#DDC763 (or 0xDDC763) is known color: Chenin. HEX triplet: DD, C7 and 63. RGB value is (221,199,99). Sum of RGB (Red+Green+Blue) = 221+199+99=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC763 is #22389C. Grayscale: #C2C2C2. Windows color (decimal): -2242717 or 6539229. OLE color: 6539229.
HSL color Cylindrical-coordinate representation of color #DDC763: hue angle of 49.18º 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 #DDC763 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 99 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.13 |
| HSL | 49.18º | 0.64% | 0.63% | - |
| HSV(B) | 49.18º | 0.55% | 0.87% | - |
| XYZ | 52.49 | 57.12 | 20.06 | - |
| YUV | 194.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 99 | 0 | 0.10 | 0.55 | 0.13 | 49.18 | 0.64 | 0.63 |
| Hex | DD | C7 | 63 | 0 | A | 37 | D | 31 | 40 | 3F |
| Octal | 335 | 307 | 143 | 0 | 12 | 67 | 15 | 61 | 100 | 77 |
| Binary | 11011101 | 11000111 | 1100011 | 0 | 1010 | 110111 | 1101 | 110001 | 1000000 | 111111 |
Color Harmonies of #DDC763
Complementary color
Monochromatic Colors of #DDC763
Black with #DDC763
Text Example
Text Example
White with #DDC763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC763; }
p { color: rgb(221,199,99); }
H1.HeaderClassName
{
color: #DDC763;
}
.AnyTagClassName
{
color: #DDC763;
}
</style>
background-color css
<style>
a { background-color: #DDC763; }
a { background-color: rgb(221,199,99); }
div.DivClassName
{
background-color: #DDC763;
}
.BgClassName
{
background-color: #DDC763;
}
</style>
border-color css
<style>
span { border-color: #DDC763; }
span { border-color: rgb(221,199,99); }
td.TdClassName
{
border-color: #DDC763;
}
.TagClassName
{
border-color: #DDC763;
}
</style>