Shades of Chenin #DEC364
Tints of Chenin #DEC364
RGB
CMYK
RGB Variations
Color information
#DEC364 (or 0xDEC364) is known color: Chenin. HEX triplet: DE, C3 and 64. RGB value is (222,195,100). Sum of RGB (Red+Green+Blue) = 222+195+100=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC364 is #213C9B. Grayscale: #C0C0C0. Windows color (decimal): -2178204 or 6603742. OLE color: 6603742.
HSL color Cylindrical-coordinate representation of color #DEC364: hue angle of 46.72º degrees, saturation: 0.65, 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 #DEC364 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 100 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.13 |
| HSL | 46.72º | 0.65% | 0.63% | - |
| HSV(B) | 46.72º | 0.55% | 0.87% | - |
| XYZ | 51.94 | 55.48 | 20.03 | - |
| YUV | 192.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 100 | 0 | 0.12 | 0.55 | 0.13 | 46.72 | 0.65 | 0.63 |
| Hex | DE | C3 | 64 | 0 | C | 37 | D | 2F | 41 | 3F |
| Octal | 336 | 303 | 144 | 0 | 14 | 67 | 15 | 57 | 101 | 77 |
| Binary | 11011110 | 11000011 | 1100100 | 0 | 1100 | 110111 | 1101 | 101111 | 1000001 | 111111 |
Color Harmonies of #DEC364
Complementary color
Monochromatic Colors of #DEC364
Black with #DEC364
Text Example
Text Example
White with #DEC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC364; }
p { color: rgb(222,195,100); }
H1.HeaderClassName
{
color: #DEC364;
}
.AnyTagClassName
{
color: #DEC364;
}
</style>
background-color css
<style>
a { background-color: #DEC364; }
a { background-color: rgb(222,195,100); }
div.DivClassName
{
background-color: #DEC364;
}
.BgClassName
{
background-color: #DEC364;
}
</style>
border-color css
<style>
span { border-color: #DEC364; }
span { border-color: rgb(222,195,100); }
td.TdClassName
{
border-color: #DEC364;
}
.TagClassName
{
border-color: #DEC364;
}
</style>