Shades of Tacha #DEC05B
Tints of Tacha #DEC05B
RGB
CMYK
RGB Variations
Color information
#DEC05B (or 0xDEC05B) is known color: Tacha. HEX triplet: DE, C0 and 5B. RGB value is (222,192,91). Sum of RGB (Red+Green+Blue) = 222+192+91=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC05B is #213FA4. Grayscale: #BDBDBD. Windows color (decimal): -2178981 or 6013150. OLE color: 6013150.
HSL color Cylindrical-coordinate representation of color #DEC05B: hue angle of 46.26º degrees, saturation: 0.66, 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 #DEC05B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 91 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.13 |
| HSL | 46.26º | 0.66% | 0.61% | - |
| HSV(B) | 46.26º | 0.59% | 0.87% | - |
| XYZ | 50.86 | 53.98 | 17.64 | - |
| YUV | 189.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 91 | 0 | 0.14 | 0.59 | 0.13 | 46.26 | 0.66 | 0.61 |
| Hex | DE | C0 | 5B | 0 | E | 3B | D | 2E | 42 | 3D |
| Octal | 336 | 300 | 133 | 0 | 16 | 73 | 15 | 56 | 102 | 75 |
| Binary | 11011110 | 11000000 | 1011011 | 0 | 1110 | 111011 | 1101 | 101110 | 1000010 | 111101 |
Color Harmonies of #DEC05B
Complementary color
Monochromatic Colors of #DEC05B
Black with #DEC05B
Text Example
Text Example
White with #DEC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC05B; }
p { color: rgb(222,192,91); }
H1.HeaderClassName
{
color: #DEC05B;
}
.AnyTagClassName
{
color: #DEC05B;
}
</style>
background-color css
<style>
a { background-color: #DEC05B; }
a { background-color: rgb(222,192,91); }
div.DivClassName
{
background-color: #DEC05B;
}
.BgClassName
{
background-color: #DEC05B;
}
</style>
border-color css
<style>
span { border-color: #DEC05B; }
span { border-color: rgb(222,192,91); }
td.TdClassName
{
border-color: #DEC05B;
}
.TagClassName
{
border-color: #DEC05B;
}
</style>