Shades of Tacha #DEBF63
Tints of Tacha #DEBF63
RGB
CMYK
RGB Variations
Color information
#DEBF63 (or 0xDEBF63) is known color: Tacha. HEX triplet: DE, BF and 63. RGB value is (222,191,99). Sum of RGB (Red+Green+Blue) = 222+191+99=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF63 is #21409C. Grayscale: #BEBEBE. Windows color (decimal): -2179229 or 6537182. OLE color: 6537182.
HSL color Cylindrical-coordinate representation of color #DEBF63: hue angle of 44.88º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEBF63 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 99 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.88º | 0.65% | 0.63% | - |
| HSV(B) | 44.88º | 0.55% | 0.87% | - |
| XYZ | 51.01 | 53.69 | 19.48 | - |
| YUV | 189.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 99 | 0 | 0.14 | 0.55 | 0.13 | 44.88 | 0.65 | 0.63 |
| Hex | DE | BF | 63 | 0 | E | 37 | D | 2D | 41 | 3F |
| Octal | 336 | 277 | 143 | 0 | 16 | 67 | 15 | 55 | 101 | 77 |
| Binary | 11011110 | 10111111 | 1100011 | 0 | 1110 | 110111 | 1101 | 101101 | 1000001 | 111111 |
Color Harmonies of #DEBF63
Complementary color
Monochromatic Colors of #DEBF63
Black with #DEBF63
Text Example
Text Example
White with #DEBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF63; }
p { color: rgb(222,191,99); }
H1.HeaderClassName
{
color: #DEBF63;
}
.AnyTagClassName
{
color: #DEBF63;
}
</style>
background-color css
<style>
a { background-color: #DEBF63; }
a { background-color: rgb(222,191,99); }
div.DivClassName
{
background-color: #DEBF63;
}
.BgClassName
{
background-color: #DEBF63;
}
</style>
border-color css
<style>
span { border-color: #DEBF63; }
span { border-color: rgb(222,191,99); }
td.TdClassName
{
border-color: #DEBF63;
}
.TagClassName
{
border-color: #DEBF63;
}
</style>