Shades of Chenin #DDC865
Tints of Chenin #DDC865
RGB
CMYK
RGB Variations
Color information
#DDC865 (or 0xDDC865) is known color: Chenin. HEX triplet: DD, C8 and 65. RGB value is (221,200,101). Sum of RGB (Red+Green+Blue) = 221+200+101=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC865 is #22379A. Grayscale: #C3C3C3. Windows color (decimal): -2242459 or 6670557. OLE color: 6670557.
HSL color Cylindrical-coordinate representation of color #DDC865: hue angle of 49.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDC865 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 101 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.13 |
| HSL | 49.5º | 0.64% | 0.63% | - |
| HSV(B) | 49.5º | 0.54% | 0.87% | - |
| XYZ | 52.82 | 57.62 | 20.65 | - |
| YUV | 194.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 101 | 0 | 0.10 | 0.54 | 0.13 | 49.5 | 0.64 | 0.63 |
| Hex | DD | C8 | 65 | 0 | A | 36 | D | 32 | 40 | 3F |
| Octal | 335 | 310 | 145 | 0 | 12 | 66 | 15 | 62 | 100 | 77 |
| Binary | 11011101 | 11001000 | 1100101 | 0 | 1010 | 110110 | 1101 | 110010 | 1000000 | 111111 |
Color Harmonies of #DDC865
Complementary color
Monochromatic Colors of #DDC865
Black with #DDC865
Text Example
Text Example
White with #DDC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC865; }
p { color: rgb(221,200,101); }
H1.HeaderClassName
{
color: #DDC865;
}
.AnyTagClassName
{
color: #DDC865;
}
</style>
background-color css
<style>
a { background-color: #DDC865; }
a { background-color: rgb(221,200,101); }
div.DivClassName
{
background-color: #DDC865;
}
.BgClassName
{
background-color: #DDC865;
}
</style>
border-color css
<style>
span { border-color: #DDC865; }
span { border-color: rgb(221,200,101); }
td.TdClassName
{
border-color: #DDC865;
}
.TagClassName
{
border-color: #DDC865;
}
</style>