Shades of Chenin #DDC164
Tints of Chenin #DDC164
RGB
CMYK
RGB Variations
Color information
#DDC164 (or 0xDDC164) is known color: Chenin. HEX triplet: DD, C1 and 64. RGB value is (221,193,100). Sum of RGB (Red+Green+Blue) = 221+193+100=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC164 is #223E9B. Grayscale: #BFBFBF. Windows color (decimal): -2244252 or 6603229. OLE color: 6603229.
HSL color Cylindrical-coordinate representation of color #DDC164: hue angle of 46.12º 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 #DDC164 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 100 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.13 |
| HSL | 46.12º | 0.64% | 0.63% | - |
| HSV(B) | 46.12º | 0.55% | 0.87% | - |
| XYZ | 51.19 | 54.43 | 19.87 | - |
| YUV | 190.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 100 | 0 | 0.13 | 0.55 | 0.13 | 46.12 | 0.64 | 0.63 |
| Hex | DD | C1 | 64 | 0 | D | 37 | D | 2E | 40 | 3F |
| Octal | 335 | 301 | 144 | 0 | 15 | 67 | 15 | 56 | 100 | 77 |
| Binary | 11011101 | 11000001 | 1100100 | 0 | 1101 | 110111 | 1101 | 101110 | 1000000 | 111111 |
Color Harmonies of #DDC164
Complementary color
Monochromatic Colors of #DDC164
Black with #DDC164
Text Example
Text Example
White with #DDC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC164; }
p { color: rgb(221,193,100); }
H1.HeaderClassName
{
color: #DDC164;
}
.AnyTagClassName
{
color: #DDC164;
}
</style>
background-color css
<style>
a { background-color: #DDC164; }
a { background-color: rgb(221,193,100); }
div.DivClassName
{
background-color: #DDC164;
}
.BgClassName
{
background-color: #DDC164;
}
</style>
border-color css
<style>
span { border-color: #DDC164; }
span { border-color: rgb(221,193,100); }
td.TdClassName
{
border-color: #DDC164;
}
.TagClassName
{
border-color: #DDC164;
}
</style>