Shades of Chenin #DEC165
Tints of Chenin #DEC165
RGB
CMYK
RGB Variations
Color information
#DEC165 (or 0xDEC165) is known color: Chenin. HEX triplet: DE, C1 and 65. RGB value is (222,193,101). Sum of RGB (Red+Green+Blue) = 222+193+101=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC165 is #213E9A. Grayscale: #BFBFBF. Windows color (decimal): -2178715 or 6668766. OLE color: 6668766.
HSL color Cylindrical-coordinate representation of color #DEC165: hue angle of 45.62º 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 #DEC165 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 101 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.13 |
| HSL | 45.62º | 0.65% | 0.63% | - |
| HSV(B) | 45.62º | 0.55% | 0.87% | - |
| XYZ | 51.54 | 54.61 | 20.14 | - |
| YUV | 191.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 101 | 0 | 0.13 | 0.55 | 0.13 | 45.62 | 0.65 | 0.63 |
| Hex | DE | C1 | 65 | 0 | D | 37 | D | 2E | 41 | 3F |
| Octal | 336 | 301 | 145 | 0 | 15 | 67 | 15 | 56 | 101 | 77 |
| Binary | 11011110 | 11000001 | 1100101 | 0 | 1101 | 110111 | 1101 | 101110 | 1000001 | 111111 |
Color Harmonies of #DEC165
Complementary color
Monochromatic Colors of #DEC165
Black with #DEC165
Text Example
Text Example
White with #DEC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC165; }
p { color: rgb(222,193,101); }
H1.HeaderClassName
{
color: #DEC165;
}
.AnyTagClassName
{
color: #DEC165;
}
</style>
background-color css
<style>
a { background-color: #DEC165; }
a { background-color: rgb(222,193,101); }
div.DivClassName
{
background-color: #DEC165;
}
.BgClassName
{
background-color: #DEC165;
}
</style>
border-color css
<style>
span { border-color: #DEC165; }
span { border-color: rgb(222,193,101); }
td.TdClassName
{
border-color: #DEC165;
}
.TagClassName
{
border-color: #DEC165;
}
</style>