Shades of Chenin #DEC268
Tints of Chenin #DEC268
RGB
CMYK
RGB Variations
Color information
#DEC268 (or 0xDEC268) is known color: Chenin. HEX triplet: DE, C2 and 68. RGB value is (222,194,104). Sum of RGB (Red+Green+Blue) = 222+194+104=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC268 is #213D97. Grayscale: #C0C0C0. Windows color (decimal): -2178456 or 6865630. OLE color: 6865630.
HSL color Cylindrical-coordinate representation of color #DEC268: hue angle of 45.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEC268 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 104 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.13 |
| HSL | 45.76º | 0.64% | 0.64% | - |
| HSV(B) | 45.76º | 0.53% | 0.87% | - |
| XYZ | 51.91 | 55.11 | 21 | - |
| YUV | 192.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 104 | 0 | 0.13 | 0.53 | 0.13 | 45.76 | 0.64 | 0.64 |
| Hex | DE | C2 | 68 | 0 | D | 35 | D | 2E | 40 | 40 |
| Octal | 336 | 302 | 150 | 0 | 15 | 65 | 15 | 56 | 100 | 100 |
| Binary | 11011110 | 11000010 | 1101000 | 0 | 1101 | 110101 | 1101 | 101110 | 1000000 | 1000000 |
Color Harmonies of #DEC268
Complementary color
Monochromatic Colors of #DEC268
Black with #DEC268
Text Example
Text Example
White with #DEC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC268; }
p { color: rgb(222,194,104); }
H1.HeaderClassName
{
color: #DEC268;
}
.AnyTagClassName
{
color: #DEC268;
}
</style>
background-color css
<style>
a { background-color: #DEC268; }
a { background-color: rgb(222,194,104); }
div.DivClassName
{
background-color: #DEC268;
}
.BgClassName
{
background-color: #DEC268;
}
</style>
border-color css
<style>
span { border-color: #DEC268; }
span { border-color: rgb(222,194,104); }
td.TdClassName
{
border-color: #DEC268;
}
.TagClassName
{
border-color: #DEC268;
}
</style>