Shades of Chenin #DEC665
Tints of Chenin #DEC665
RGB
CMYK
RGB Variations
Color information
#DEC665 (or 0xDEC665) is known color: Chenin. HEX triplet: DE, C6 and 65. RGB value is (222,198,101). Sum of RGB (Red+Green+Blue) = 222+198+101=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC665 is #21399A. Grayscale: #C2C2C2. Windows color (decimal): -2177435 or 6670046. OLE color: 6670046.
HSL color Cylindrical-coordinate representation of color #DEC665: hue angle of 48.1º 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 #DEC665 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 101 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.13 |
| HSL | 48.1º | 0.65% | 0.63% | - |
| HSV(B) | 48.1º | 0.55% | 0.87% | - |
| XYZ | 52.67 | 56.86 | 20.51 | - |
| YUV | 194.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 101 | 0 | 0.11 | 0.55 | 0.13 | 48.1 | 0.65 | 0.63 |
| Hex | DE | C6 | 65 | 0 | B | 37 | D | 30 | 41 | 3F |
| Octal | 336 | 306 | 145 | 0 | 13 | 67 | 15 | 60 | 101 | 77 |
| Binary | 11011110 | 11000110 | 1100101 | 0 | 1011 | 110111 | 1101 | 110000 | 1000001 | 111111 |
Color Harmonies of #DEC665
Complementary color
Monochromatic Colors of #DEC665
Black with #DEC665
Text Example
Text Example
White with #DEC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC665; }
p { color: rgb(222,198,101); }
H1.HeaderClassName
{
color: #DEC665;
}
.AnyTagClassName
{
color: #DEC665;
}
</style>
background-color css
<style>
a { background-color: #DEC665; }
a { background-color: rgb(222,198,101); }
div.DivClassName
{
background-color: #DEC665;
}
.BgClassName
{
background-color: #DEC665;
}
</style>
border-color css
<style>
span { border-color: #DEC665; }
span { border-color: rgb(222,198,101); }
td.TdClassName
{
border-color: #DEC665;
}
.TagClassName
{
border-color: #DEC665;
}
</style>