Shades of Chenin #DEC373
Tints of Chenin #DEC373
RGB
CMYK
RGB Variations
Color information
#DEC373 (or 0xDEC373) is known color: Chenin. HEX triplet: DE, C3 and 73. RGB value is (222,195,115). Sum of RGB (Red+Green+Blue) = 222+195+115=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC373 is #213C8C. Grayscale: #C2C2C2. Windows color (decimal): -2178189 or 7586782. OLE color: 7586782.
HSL color Cylindrical-coordinate representation of color #DEC373: hue angle of 44.86º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEC373 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 115 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.13 |
| HSL | 44.86º | 0.62% | 0.66% | - |
| HSV(B) | 44.86º | 0.48% | 0.87% | - |
| XYZ | 52.73 | 55.8 | 24.21 | - |
| YUV | 193.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 115 | 0 | 0.12 | 0.48 | 0.13 | 44.86 | 0.62 | 0.66 |
| Hex | DE | C3 | 73 | 0 | C | 30 | D | 2D | 3E | 42 |
| Octal | 336 | 303 | 163 | 0 | 14 | 60 | 15 | 55 | 76 | 102 |
| Binary | 11011110 | 11000011 | 1110011 | 0 | 1100 | 110000 | 1101 | 101101 | 111110 | 1000010 |
Color Harmonies of #DEC373
Complementary color
Monochromatic Colors of #DEC373
Black with #DEC373
Text Example
Text Example
White with #DEC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC373; }
p { color: rgb(222,195,115); }
H1.HeaderClassName
{
color: #DEC373;
}
.AnyTagClassName
{
color: #DEC373;
}
</style>
background-color css
<style>
a { background-color: #DEC373; }
a { background-color: rgb(222,195,115); }
div.DivClassName
{
background-color: #DEC373;
}
.BgClassName
{
background-color: #DEC373;
}
</style>
border-color css
<style>
span { border-color: #DEC373; }
span { border-color: rgb(222,195,115); }
td.TdClassName
{
border-color: #DEC373;
}
.TagClassName
{
border-color: #DEC373;
}
</style>