Shades of Chenin #DEC069
Tints of Chenin #DEC069
RGB
CMYK
RGB Variations
Color information
#DEC069 (or 0xDEC069) is known color: Chenin. HEX triplet: DE, C0 and 69. RGB value is (222,192,105). Sum of RGB (Red+Green+Blue) = 222+192+105=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC069 is #213F96. Grayscale: #BFBFBF. Windows color (decimal): -2178967 or 6930654. OLE color: 6930654.
HSL color Cylindrical-coordinate representation of color #DEC069: hue angle of 44.62º 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 #DEC069 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 105 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.13 |
| HSL | 44.62º | 0.64% | 0.64% | - |
| HSV(B) | 44.62º | 0.53% | 0.87% | - |
| XYZ | 51.52 | 54.25 | 21.12 | - |
| YUV | 191.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 105 | 0 | 0.14 | 0.53 | 0.13 | 44.62 | 0.64 | 0.64 |
| Hex | DE | C0 | 69 | 0 | E | 35 | D | 2D | 40 | 40 |
| Octal | 336 | 300 | 151 | 0 | 16 | 65 | 15 | 55 | 100 | 100 |
| Binary | 11011110 | 11000000 | 1101001 | 0 | 1110 | 110101 | 1101 | 101101 | 1000000 | 1000000 |
Color Harmonies of #DEC069
Complementary color
Monochromatic Colors of #DEC069
Black with #DEC069
Text Example
Text Example
White with #DEC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC069; }
p { color: rgb(222,192,105); }
H1.HeaderClassName
{
color: #DEC069;
}
.AnyTagClassName
{
color: #DEC069;
}
</style>
background-color css
<style>
a { background-color: #DEC069; }
a { background-color: rgb(222,192,105); }
div.DivClassName
{
background-color: #DEC069;
}
.BgClassName
{
background-color: #DEC069;
}
</style>
border-color css
<style>
span { border-color: #DEC069; }
span { border-color: rgb(222,192,105); }
td.TdClassName
{
border-color: #DEC069;
}
.TagClassName
{
border-color: #DEC069;
}
</style>