Shades of Chenin #DEC172
Tints of Chenin #DEC172
RGB
CMYK
RGB Variations
Color information
#DEC172 (or 0xDEC172) is known color: Chenin. HEX triplet: DE, C1 and 72. RGB value is (222,193,114). Sum of RGB (Red+Green+Blue) = 222+193+114=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC172 is #213E8D. Grayscale: #C1C1C1. Windows color (decimal): -2178702 or 7520734. OLE color: 7520734.
HSL color Cylindrical-coordinate representation of color #DEC172: hue angle of 43.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEC172 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 114 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.13 |
| HSL | 43.89º | 0.62% | 0.66% | - |
| HSV(B) | 43.89º | 0.49% | 0.87% | - |
| XYZ | 52.23 | 54.88 | 23.76 | - |
| YUV | 192.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 114 | 0 | 0.13 | 0.49 | 0.13 | 43.89 | 0.62 | 0.66 |
| Hex | DE | C1 | 72 | 0 | D | 31 | D | 2C | 3E | 42 |
| Octal | 336 | 301 | 162 | 0 | 15 | 61 | 15 | 54 | 76 | 102 |
| Binary | 11011110 | 11000001 | 1110010 | 0 | 1101 | 110001 | 1101 | 101100 | 111110 | 1000010 |
Color Harmonies of #DEC172
Complementary color
Monochromatic Colors of #DEC172
Black with #DEC172
Text Example
Text Example
White with #DEC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC172; }
p { color: rgb(222,193,114); }
H1.HeaderClassName
{
color: #DEC172;
}
.AnyTagClassName
{
color: #DEC172;
}
</style>
background-color css
<style>
a { background-color: #DEC172; }
a { background-color: rgb(222,193,114); }
div.DivClassName
{
background-color: #DEC172;
}
.BgClassName
{
background-color: #DEC172;
}
</style>
border-color css
<style>
span { border-color: #DEC172; }
span { border-color: rgb(222,193,114); }
td.TdClassName
{
border-color: #DEC172;
}
.TagClassName
{
border-color: #DEC172;
}
</style>