Shades of Chenin #DDC762
Tints of Chenin #DDC762
RGB
CMYK
RGB Variations
Color information
#DDC762 (or 0xDDC762) is known color: Chenin. HEX triplet: DD, C7 and 62. RGB value is (221,199,98). Sum of RGB (Red+Green+Blue) = 221+199+98=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC762 is #22389D. Grayscale: #C2C2C2. Windows color (decimal): -2242718 or 6473693. OLE color: 6473693.
HSL color Cylindrical-coordinate representation of color #DDC762: hue angle of 49.27º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC762 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 98 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 49.27º | 0.64% | 0.63% | - |
| HSV(B) | 49.27º | 0.56% | 0.87% | - |
| XYZ | 52.45 | 57.1 | 19.81 | - |
| YUV | 194.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 98 | 0 | 0.10 | 0.56 | 0.13 | 49.27 | 0.64 | 0.63 |
| Hex | DD | C7 | 62 | 0 | A | 38 | D | 31 | 40 | 3F |
| Octal | 335 | 307 | 142 | 0 | 12 | 70 | 15 | 61 | 100 | 77 |
| Binary | 11011101 | 11000111 | 1100010 | 0 | 1010 | 111000 | 1101 | 110001 | 1000000 | 111111 |
Color Harmonies of #DDC762
Complementary color
Monochromatic Colors of #DDC762
Black with #DDC762
Text Example
Text Example
White with #DDC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC762; }
p { color: rgb(221,199,98); }
H1.HeaderClassName
{
color: #DDC762;
}
.AnyTagClassName
{
color: #DDC762;
}
</style>
background-color css
<style>
a { background-color: #DDC762; }
a { background-color: rgb(221,199,98); }
div.DivClassName
{
background-color: #DDC762;
}
.BgClassName
{
background-color: #DDC762;
}
</style>
border-color css
<style>
span { border-color: #DDC762; }
span { border-color: rgb(221,199,98); }
td.TdClassName
{
border-color: #DDC762;
}
.TagClassName
{
border-color: #DDC762;
}
</style>