Shades of Chenin #DDC365
Tints of Chenin #DDC365
RGB
CMYK
RGB Variations
Color information
#DDC365 (or 0xDDC365) is known color: Chenin. HEX triplet: DD, C3 and 65. RGB value is (221,195,101). Sum of RGB (Red+Green+Blue) = 221+195+101=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC365 is #223C9A. Grayscale: #C0C0C0. Windows color (decimal): -2243739 or 6669277. OLE color: 6669277.
HSL color Cylindrical-coordinate representation of color #DDC365: hue angle of 47º 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 #DDC365 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 101 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.13 |
| HSL | 47º | 0.64% | 0.63% | - |
| HSV(B) | 47º | 0.54% | 0.87% | - |
| XYZ | 51.68 | 55.34 | 20.27 | - |
| YUV | 192.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 101 | 0 | 0.12 | 0.54 | 0.13 | 47 | 0.64 | 0.63 |
| Hex | DD | C3 | 65 | 0 | C | 36 | D | 2F | 40 | 3F |
| Octal | 335 | 303 | 145 | 0 | 14 | 66 | 15 | 57 | 100 | 77 |
| Binary | 11011101 | 11000011 | 1100101 | 0 | 1100 | 110110 | 1101 | 101111 | 1000000 | 111111 |
Color Harmonies of #DDC365
Complementary color
Monochromatic Colors of #DDC365
Black with #DDC365
Text Example
Text Example
White with #DDC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC365; }
p { color: rgb(221,195,101); }
H1.HeaderClassName
{
color: #DDC365;
}
.AnyTagClassName
{
color: #DDC365;
}
</style>
background-color css
<style>
a { background-color: #DDC365; }
a { background-color: rgb(221,195,101); }
div.DivClassName
{
background-color: #DDC365;
}
.BgClassName
{
background-color: #DDC365;
}
</style>
border-color css
<style>
span { border-color: #DDC365; }
span { border-color: rgb(221,195,101); }
td.TdClassName
{
border-color: #DDC365;
}
.TagClassName
{
border-color: #DDC365;
}
</style>