Shades of Chenin #DEC574
Tints of Chenin #DEC574
RGB
CMYK
RGB Variations
Color information
#DEC574 (or 0xDEC574) is known color: Chenin. HEX triplet: DE, C5 and 74. RGB value is (222,197,116). Sum of RGB (Red+Green+Blue) = 222+197+116=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC574 is #213A8B. Grayscale: #C3C3C3. Windows color (decimal): -2177676 or 7652830. OLE color: 7652830.
HSL color Cylindrical-coordinate representation of color #DEC574: hue angle of 45.85º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEC574 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 116 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.13 |
| HSL | 45.85º | 0.62% | 0.66% | - |
| HSV(B) | 45.85º | 0.48% | 0.87% | - |
| XYZ | 53.24 | 56.72 | 24.67 | - |
| YUV | 195.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 116 | 0 | 0.11 | 0.48 | 0.13 | 45.85 | 0.62 | 0.66 |
| Hex | DE | C5 | 74 | 0 | B | 30 | D | 2E | 3E | 42 |
| Octal | 336 | 305 | 164 | 0 | 13 | 60 | 15 | 56 | 76 | 102 |
| Binary | 11011110 | 11000101 | 1110100 | 0 | 1011 | 110000 | 1101 | 101110 | 111110 | 1000010 |
Color Harmonies of #DEC574
Complementary color
Monochromatic Colors of #DEC574
Black with #DEC574
Text Example
Text Example
White with #DEC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC574; }
p { color: rgb(222,197,116); }
H1.HeaderClassName
{
color: #DEC574;
}
.AnyTagClassName
{
color: #DEC574;
}
</style>
background-color css
<style>
a { background-color: #DEC574; }
a { background-color: rgb(222,197,116); }
div.DivClassName
{
background-color: #DEC574;
}
.BgClassName
{
background-color: #DEC574;
}
</style>
border-color css
<style>
span { border-color: #DEC574; }
span { border-color: rgb(222,197,116); }
td.TdClassName
{
border-color: #DEC574;
}
.TagClassName
{
border-color: #DEC574;
}
</style>