Shades of Chenin #DDC265
Tints of Chenin #DDC265
RGB
CMYK
RGB Variations
Color information
#DDC265 (or 0xDDC265) is known color: Chenin. HEX triplet: DD, C2 and 65. RGB value is (221,194,101). Sum of RGB (Red+Green+Blue) = 221+194+101=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC265 is #223D9A. Grayscale: #BFBFBF. Windows color (decimal): -2243995 or 6669021. OLE color: 6669021.
HSL color Cylindrical-coordinate representation of color #DDC265: hue angle of 46.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 #DDC265 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 101 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.13 |
| HSL | 46.5º | 0.64% | 0.63% | - |
| HSV(B) | 46.5º | 0.54% | 0.87% | - |
| XYZ | 51.46 | 54.9 | 20.2 | - |
| YUV | 191.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 101 | 0 | 0.12 | 0.54 | 0.13 | 46.5 | 0.64 | 0.63 |
| Hex | DD | C2 | 65 | 0 | C | 36 | D | 2E | 40 | 3F |
| Octal | 335 | 302 | 145 | 0 | 14 | 66 | 15 | 56 | 100 | 77 |
| Binary | 11011101 | 11000010 | 1100101 | 0 | 1100 | 110110 | 1101 | 101110 | 1000000 | 111111 |
Color Harmonies of #DDC265
Complementary color
Monochromatic Colors of #DDC265
Black with #DDC265
Text Example
Text Example
White with #DDC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC265; }
p { color: rgb(221,194,101); }
H1.HeaderClassName
{
color: #DDC265;
}
.AnyTagClassName
{
color: #DDC265;
}
</style>
background-color css
<style>
a { background-color: #DDC265; }
a { background-color: rgb(221,194,101); }
div.DivClassName
{
background-color: #DDC265;
}
.BgClassName
{
background-color: #DDC265;
}
</style>
border-color css
<style>
span { border-color: #DDC265; }
span { border-color: rgb(221,194,101); }
td.TdClassName
{
border-color: #DDC265;
}
.TagClassName
{
border-color: #DDC265;
}
</style>