Shades of Chenin #DEC764
Tints of Chenin #DEC764
RGB
CMYK
RGB Variations
Color information
#DEC764 (or 0xDEC764) is known color: Chenin. HEX triplet: DE, C7 and 64. RGB value is (222,199,100). Sum of RGB (Red+Green+Blue) = 222+199+100=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC764 is #21389B. Grayscale: #C3C3C3. Windows color (decimal): -2177180 or 6604766. OLE color: 6604766.
HSL color Cylindrical-coordinate representation of color #DEC764: hue angle of 48.69º 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 #DEC764 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 100 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.13 |
| HSL | 48.69º | 0.65% | 0.63% | - |
| HSV(B) | 48.69º | 0.55% | 0.87% | - |
| XYZ | 52.85 | 57.3 | 20.33 | - |
| YUV | 194.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 100 | 0 | 0.10 | 0.55 | 0.13 | 48.69 | 0.65 | 0.63 |
| Hex | DE | C7 | 64 | 0 | A | 37 | D | 31 | 41 | 3F |
| Octal | 336 | 307 | 144 | 0 | 12 | 67 | 15 | 61 | 101 | 77 |
| Binary | 11011110 | 11000111 | 1100100 | 0 | 1010 | 110111 | 1101 | 110001 | 1000001 | 111111 |
Color Harmonies of #DEC764
Complementary color
Monochromatic Colors of #DEC764
Black with #DEC764
Text Example
Text Example
White with #DEC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC764; }
p { color: rgb(222,199,100); }
H1.HeaderClassName
{
color: #DEC764;
}
.AnyTagClassName
{
color: #DEC764;
}
</style>
background-color css
<style>
a { background-color: #DEC764; }
a { background-color: rgb(222,199,100); }
div.DivClassName
{
background-color: #DEC764;
}
.BgClassName
{
background-color: #DEC764;
}
</style>
border-color css
<style>
span { border-color: #DEC764; }
span { border-color: rgb(222,199,100); }
td.TdClassName
{
border-color: #DEC764;
}
.TagClassName
{
border-color: #DEC764;
}
</style>