Shades of Tacha #DEC45A
Tints of Tacha #DEC45A
RGB
CMYK
RGB Variations
Color information
#DEC45A (or 0xDEC45A) is known color: Tacha. HEX triplet: DE, C4 and 5A. RGB value is (222,196,90). Sum of RGB (Red+Green+Blue) = 222+196+90=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC45A is #213BA5. Grayscale: #C0C0C0. Windows color (decimal): -2177958 or 5948638. OLE color: 5948638.
HSL color Cylindrical-coordinate representation of color #DEC45A: hue angle of 48.18º 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 #DEC45A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 90 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.13 |
| HSL | 48.18º | 0.67% | 0.61% | - |
| HSV(B) | 48.18º | 0.59% | 0.87% | - |
| XYZ | 51.71 | 55.75 | 17.71 | - |
| YUV | 191.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 90 | 0 | 0.12 | 0.59 | 0.13 | 48.18 | 0.67 | 0.61 |
| Hex | DE | C4 | 5A | 0 | C | 3B | D | 30 | 43 | 3D |
| Octal | 336 | 304 | 132 | 0 | 14 | 73 | 15 | 60 | 103 | 75 |
| Binary | 11011110 | 11000100 | 1011010 | 0 | 1100 | 111011 | 1101 | 110000 | 1000011 | 111101 |
Color Harmonies of #DEC45A
Complementary color
Monochromatic Colors of #DEC45A
Black with #DEC45A
Text Example
Text Example
White with #DEC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC45A; }
p { color: rgb(222,196,90); }
H1.HeaderClassName
{
color: #DEC45A;
}
.AnyTagClassName
{
color: #DEC45A;
}
</style>
background-color css
<style>
a { background-color: #DEC45A; }
a { background-color: rgb(222,196,90); }
div.DivClassName
{
background-color: #DEC45A;
}
.BgClassName
{
background-color: #DEC45A;
}
</style>
border-color css
<style>
span { border-color: #DEC45A; }
span { border-color: rgb(222,196,90); }
td.TdClassName
{
border-color: #DEC45A;
}
.TagClassName
{
border-color: #DEC45A;
}
</style>