Shades of Festival #DEC95A
Tints of Festival #DEC95A
RGB
CMYK
RGB Variations
Color information
#DEC95A (or 0xDEC95A) is known color: Festival. HEX triplet: DE, C9 and 5A. RGB value is (222,201,90). Sum of RGB (Red+Green+Blue) = 222+201+90=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC95A is #2136A5. Grayscale: #C3C3C3. Windows color (decimal): -2176678 or 5949918. OLE color: 5949918.
HSL color Cylindrical-coordinate representation of color #DEC95A: hue angle of 50.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC95A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 90 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 50.45º | 0.67% | 0.61% | - |
| HSV(B) | 50.45º | 0.59% | 0.87% | - |
| XYZ | 52.86 | 58.04 | 18.09 | - |
| YUV | 194.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 90 | 0 | 0.09 | 0.59 | 0.13 | 50.45 | 0.67 | 0.61 |
| Hex | DE | C9 | 5A | 0 | 9 | 3B | D | 32 | 43 | 3D |
| Octal | 336 | 311 | 132 | 0 | 11 | 73 | 15 | 62 | 103 | 75 |
| Binary | 11011110 | 11001001 | 1011010 | 0 | 1001 | 111011 | 1101 | 110010 | 1000011 | 111101 |
Color Harmonies of #DEC95A
Complementary color
Monochromatic Colors of #DEC95A
Black with #DEC95A
Text Example
Text Example
White with #DEC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC95A; }
p { color: rgb(222,201,90); }
H1.HeaderClassName
{
color: #DEC95A;
}
.AnyTagClassName
{
color: #DEC95A;
}
</style>
background-color css
<style>
a { background-color: #DEC95A; }
a { background-color: rgb(222,201,90); }
div.DivClassName
{
background-color: #DEC95A;
}
.BgClassName
{
background-color: #DEC95A;
}
</style>
border-color css
<style>
span { border-color: #DEC95A; }
span { border-color: rgb(222,201,90); }
td.TdClassName
{
border-color: #DEC95A;
}
.TagClassName
{
border-color: #DEC95A;
}
</style>