Shades of Chenin #DEC772
Tints of Chenin #DEC772
RGB
CMYK
RGB Variations
Color information
#DEC772 (or 0xDEC772) is known color: Chenin. HEX triplet: DE, C7 and 72. RGB value is (222,199,114). Sum of RGB (Red+Green+Blue) = 222+199+114=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC772 is #21388D. Grayscale: #C4C4C4. Windows color (decimal): -2177166 or 7522270. OLE color: 7522270.
HSL color Cylindrical-coordinate representation of color #DEC772: hue angle of 47.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEC772 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 114 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.13 |
| HSL | 47.22º | 0.62% | 0.66% | - |
| HSV(B) | 47.22º | 0.49% | 0.87% | - |
| XYZ | 53.58 | 57.59 | 24.21 | - |
| YUV | 196.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 114 | 0 | 0.10 | 0.49 | 0.13 | 47.22 | 0.62 | 0.66 |
| Hex | DE | C7 | 72 | 0 | A | 31 | D | 2F | 3E | 42 |
| Octal | 336 | 307 | 162 | 0 | 12 | 61 | 15 | 57 | 76 | 102 |
| Binary | 11011110 | 11000111 | 1110010 | 0 | 1010 | 110001 | 1101 | 101111 | 111110 | 1000010 |
Color Harmonies of #DEC772
Complementary color
Monochromatic Colors of #DEC772
Black with #DEC772
Text Example
Text Example
White with #DEC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC772; }
p { color: rgb(222,199,114); }
H1.HeaderClassName
{
color: #DEC772;
}
.AnyTagClassName
{
color: #DEC772;
}
</style>
background-color css
<style>
a { background-color: #DEC772; }
a { background-color: rgb(222,199,114); }
div.DivClassName
{
background-color: #DEC772;
}
.BgClassName
{
background-color: #DEC772;
}
</style>
border-color css
<style>
span { border-color: #DEC772; }
span { border-color: rgb(222,199,114); }
td.TdClassName
{
border-color: #DEC772;
}
.TagClassName
{
border-color: #DEC772;
}
</style>