Shades of Tahiti Gold #DB7225
Tints of Tahiti Gold #DB7225
RGB
CMYK
RGB Variations
Color information
#DB7225 (or 0xDB7225) is known color: Tahiti Gold. HEX triplet: DB, 72 and 25. RGB value is (219,114,37). Sum of RGB (Red+Green+Blue) = 219+114+37=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7225 is #248DDA. Grayscale: #898989. Windows color (decimal): -2395611 or 2454235. OLE color: 2454235.
HSL color Cylindrical-coordinate representation of color #DB7225: hue angle of 25.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB7225 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 37 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.14 |
| HSL | 25.38º | 0.72% | 0.5% | - |
| HSV(B) | 25.38º | 0.83% | 0.86% | - |
| XYZ | 35.56 | 27.23 | 5.13 | - |
| YUV | 136.62 | 71.79 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 37 | 0 | 0.48 | 0.83 | 0.14 | 25.38 | 0.72 | 0.5 |
| Hex | DB | 72 | 25 | 0 | 30 | 53 | E | 19 | 48 | 32 |
| Octal | 333 | 162 | 45 | 0 | 60 | 123 | 16 | 31 | 110 | 62 |
| Binary | 11011011 | 1110010 | 100101 | 0 | 110000 | 1010011 | 1110 | 11001 | 1001000 | 110010 |
Color Harmonies of #DB7225
Complementary color
Monochromatic Colors of #DB7225
Black with #DB7225
Text Example
Text Example
White with #DB7225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7225; }
p { color: rgb(219,114,37); }
H1.HeaderClassName
{
color: #DB7225;
}
.AnyTagClassName
{
color: #DB7225;
}
</style>
background-color css
<style>
a { background-color: #DB7225; }
a { background-color: rgb(219,114,37); }
div.DivClassName
{
background-color: #DB7225;
}
.BgClassName
{
background-color: #DB7225;
}
</style>
border-color css
<style>
span { border-color: #DB7225; }
span { border-color: rgb(219,114,37); }
td.TdClassName
{
border-color: #DB7225;
}
.TagClassName
{
border-color: #DB7225;
}
</style>