Shades of Tahiti Gold #DB7222
Tints of Tahiti Gold #DB7222
RGB
CMYK
RGB Variations
Color information
#DB7222 (or 0xDB7222) is known color: Tahiti Gold. HEX triplet: DB, 72 and 22. RGB value is (219,114,34). Sum of RGB (Red+Green+Blue) = 219+114+34=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7222 is #248DDD. Grayscale: #888888. Windows color (decimal): -2395614 or 2257627. OLE color: 2257627.
HSL color Cylindrical-coordinate representation of color #DB7222: hue angle of 25.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB7222 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 34 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.14 |
| HSL | 25.95º | 0.73% | 0.5% | - |
| HSV(B) | 25.95º | 0.84% | 0.86% | - |
| XYZ | 35.52 | 27.21 | 4.89 | - |
| YUV | 136.28 | 70.29 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 34 | 0 | 0.48 | 0.84 | 0.14 | 25.95 | 0.73 | 0.5 |
| Hex | DB | 72 | 22 | 0 | 30 | 54 | E | 1A | 49 | 32 |
| Octal | 333 | 162 | 42 | 0 | 60 | 124 | 16 | 32 | 111 | 62 |
| Binary | 11011011 | 1110010 | 100010 | 0 | 110000 | 1010100 | 1110 | 11010 | 1001001 | 110010 |
Color Harmonies of #DB7222
Complementary color
Monochromatic Colors of #DB7222
Black with #DB7222
Text Example
Text Example
White with #DB7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7222; }
p { color: rgb(219,114,34); }
H1.HeaderClassName
{
color: #DB7222;
}
.AnyTagClassName
{
color: #DB7222;
}
</style>
background-color css
<style>
a { background-color: #DB7222; }
a { background-color: rgb(219,114,34); }
div.DivClassName
{
background-color: #DB7222;
}
.BgClassName
{
background-color: #DB7222;
}
</style>
border-color css
<style>
span { border-color: #DB7222; }
span { border-color: rgb(219,114,34); }
td.TdClassName
{
border-color: #DB7222;
}
.TagClassName
{
border-color: #DB7222;
}
</style>