Shades of Chenin #DDC264
Tints of Chenin #DDC264
RGB
CMYK
RGB Variations
Color information
#DDC264 (or 0xDDC264) is known color: Chenin. HEX triplet: DD, C2 and 64. RGB value is (221,194,100). Sum of RGB (Red+Green+Blue) = 221+194+100=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC264 is #223D9B. Grayscale: #BFBFBF. Windows color (decimal): -2243996 or 6603485. OLE color: 6603485.
HSL color Cylindrical-coordinate representation of color #DDC264: hue angle of 46.61º 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 #DDC264 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 100 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.13 |
| HSL | 46.61º | 0.64% | 0.63% | - |
| HSV(B) | 46.61º | 0.55% | 0.87% | - |
| XYZ | 51.41 | 54.88 | 19.94 | - |
| YUV | 191.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 100 | 0 | 0.12 | 0.55 | 0.13 | 46.61 | 0.64 | 0.63 |
| Hex | DD | C2 | 64 | 0 | C | 37 | D | 2F | 40 | 3F |
| Octal | 335 | 302 | 144 | 0 | 14 | 67 | 15 | 57 | 100 | 77 |
| Binary | 11011101 | 11000010 | 1100100 | 0 | 1100 | 110111 | 1101 | 101111 | 1000000 | 111111 |
Color Harmonies of #DDC264
Complementary color
Monochromatic Colors of #DDC264
Black with #DDC264
Text Example
Text Example
White with #DDC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC264; }
p { color: rgb(221,194,100); }
H1.HeaderClassName
{
color: #DDC264;
}
.AnyTagClassName
{
color: #DDC264;
}
</style>
background-color css
<style>
a { background-color: #DDC264; }
a { background-color: rgb(221,194,100); }
div.DivClassName
{
background-color: #DDC264;
}
.BgClassName
{
background-color: #DDC264;
}
</style>
border-color css
<style>
span { border-color: #DDC264; }
span { border-color: rgb(221,194,100); }
td.TdClassName
{
border-color: #DDC264;
}
.TagClassName
{
border-color: #DDC264;
}
</style>