Shades of Tacha #DEBF60
Tints of Tacha #DEBF60
RGB
CMYK
RGB Variations
Color information
#DEBF60 (or 0xDEBF60) is known color: Tacha. HEX triplet: DE, BF and 60. RGB value is (222,191,96). Sum of RGB (Red+Green+Blue) = 222+191+96=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF60 is #21409F. Grayscale: #BDBDBD. Windows color (decimal): -2179232 or 6340574. OLE color: 6340574.
HSL color Cylindrical-coordinate representation of color #DEBF60: hue angle of 45.24º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEBF60 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 96 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.13 |
| HSL | 45.24º | 0.66% | 0.62% | - |
| HSV(B) | 45.24º | 0.57% | 0.87% | - |
| XYZ | 50.87 | 53.64 | 18.74 | - |
| YUV | 189.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 96 | 0 | 0.14 | 0.57 | 0.13 | 45.24 | 0.66 | 0.62 |
| Hex | DE | BF | 60 | 0 | E | 39 | D | 2D | 42 | 3E |
| Octal | 336 | 277 | 140 | 0 | 16 | 71 | 15 | 55 | 102 | 76 |
| Binary | 11011110 | 10111111 | 1100000 | 0 | 1110 | 111001 | 1101 | 101101 | 1000010 | 111110 |
Color Harmonies of #DEBF60
Complementary color
Monochromatic Colors of #DEBF60
Black with #DEBF60
Text Example
Text Example
White with #DEBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF60; }
p { color: rgb(222,191,96); }
H1.HeaderClassName
{
color: #DEBF60;
}
.AnyTagClassName
{
color: #DEBF60;
}
</style>
background-color css
<style>
a { background-color: #DEBF60; }
a { background-color: rgb(222,191,96); }
div.DivClassName
{
background-color: #DEBF60;
}
.BgClassName
{
background-color: #DEBF60;
}
</style>
border-color css
<style>
span { border-color: #DEBF60; }
span { border-color: rgb(222,191,96); }
td.TdClassName
{
border-color: #DEBF60;
}
.TagClassName
{
border-color: #DEBF60;
}
</style>