Shades of Chenin #DCC264
Tints of Chenin #DCC264
RGB
CMYK
RGB Variations
Color information
#DCC264 (or 0xDCC264) is known color: Chenin. HEX triplet: DC, C2 and 64. RGB value is (220,194,100). Sum of RGB (Red+Green+Blue) = 220+194+100=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC264 is #233D9B. Grayscale: #BFBFBF. Windows color (decimal): -2309532 or 6603484. OLE color: 6603484.
HSL color Cylindrical-coordinate representation of color #DCC264: hue angle of 47º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC264 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 100 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.14 |
| HSL | 47º | 0.63% | 0.63% | - |
| HSV(B) | 47º | 0.55% | 0.86% | - |
| XYZ | 51.11 | 54.72 | 19.92 | - |
| YUV | 191.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 100 | 0 | 0.12 | 0.55 | 0.14 | 47 | 0.63 | 0.63 |
| Hex | DC | C2 | 64 | 0 | C | 37 | E | 2F | 3F | 3F |
| Octal | 334 | 302 | 144 | 0 | 14 | 67 | 16 | 57 | 77 | 77 |
| Binary | 11011100 | 11000010 | 1100100 | 0 | 1100 | 110111 | 1110 | 101111 | 111111 | 111111 |
Color Harmonies of #DCC264
Complementary color
Monochromatic Colors of #DCC264
Black with #DCC264
Text Example
Text Example
White with #DCC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC264; }
p { color: rgb(220,194,100); }
H1.HeaderClassName
{
color: #DCC264;
}
.AnyTagClassName
{
color: #DCC264;
}
</style>
background-color css
<style>
a { background-color: #DCC264; }
a { background-color: rgb(220,194,100); }
div.DivClassName
{
background-color: #DCC264;
}
.BgClassName
{
background-color: #DCC264;
}
</style>
border-color css
<style>
span { border-color: #DCC264; }
span { border-color: rgb(220,194,100); }
td.TdClassName
{
border-color: #DCC264;
}
.TagClassName
{
border-color: #DCC264;
}
</style>