Shades of Tacha #DEC15C
Tints of Tacha #DEC15C
RGB
CMYK
RGB Variations
Color information
#DEC15C (or 0xDEC15C) is known color: Tacha. HEX triplet: DE, C1 and 5C. RGB value is (222,193,92). Sum of RGB (Red+Green+Blue) = 222+193+92=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC15C is #213EA3. Grayscale: #BEBEBE. Windows color (decimal): -2178724 or 6078942. OLE color: 6078942.
HSL color Cylindrical-coordinate representation of color #DEC15C: hue angle of 46.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC15C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 92 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 46.62º | 0.66% | 0.62% | - |
| HSV(B) | 46.62º | 0.59% | 0.87% | - |
| XYZ | 51.13 | 54.44 | 17.94 | - |
| YUV | 190.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 92 | 0 | 0.13 | 0.59 | 0.13 | 46.62 | 0.66 | 0.62 |
| Hex | DE | C1 | 5C | 0 | D | 3B | D | 2F | 42 | 3E |
| Octal | 336 | 301 | 134 | 0 | 15 | 73 | 15 | 57 | 102 | 76 |
| Binary | 11011110 | 11000001 | 1011100 | 0 | 1101 | 111011 | 1101 | 101111 | 1000010 | 111110 |
Color Harmonies of #DEC15C
Complementary color
Monochromatic Colors of #DEC15C
Black with #DEC15C
Text Example
Text Example
White with #DEC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC15C; }
p { color: rgb(222,193,92); }
H1.HeaderClassName
{
color: #DEC15C;
}
.AnyTagClassName
{
color: #DEC15C;
}
</style>
background-color css
<style>
a { background-color: #DEC15C; }
a { background-color: rgb(222,193,92); }
div.DivClassName
{
background-color: #DEC15C;
}
.BgClassName
{
background-color: #DEC15C;
}
</style>
border-color css
<style>
span { border-color: #DEC15C; }
span { border-color: rgb(222,193,92); }
td.TdClassName
{
border-color: #DEC15C;
}
.TagClassName
{
border-color: #DEC15C;
}
</style>