Shades of Tahiti Gold #DB7524
Tints of Tahiti Gold #DB7524
RGB
CMYK
RGB Variations
Color information
#DB7524 (or 0xDB7524) is known color: Tahiti Gold. HEX triplet: DB, 75 and 24. RGB value is (219,117,36). Sum of RGB (Red+Green+Blue) = 219+117+36=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7524 is #248ADB. Grayscale: #8A8A8A. Windows color (decimal): -2394844 or 2389467. OLE color: 2389467.
HSL color Cylindrical-coordinate representation of color #DB7524: hue angle of 26.56º degrees, saturation: 0.72, 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 #DB7524 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 36 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.14 |
| HSL | 26.56º | 0.72% | 0.5% | - |
| HSV(B) | 26.56º | 0.84% | 0.86% | - |
| XYZ | 35.89 | 27.91 | 5.16 | - |
| YUV | 138.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 36 | 0 | 0.47 | 0.84 | 0.14 | 26.56 | 0.72 | 0.5 |
| Hex | DB | 75 | 24 | 0 | 2F | 54 | E | 1B | 48 | 32 |
| Octal | 333 | 165 | 44 | 0 | 57 | 124 | 16 | 33 | 110 | 62 |
| Binary | 11011011 | 1110101 | 100100 | 0 | 101111 | 1010100 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DB7524
Complementary color
Monochromatic Colors of #DB7524
Black with #DB7524
Text Example
Text Example
White with #DB7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7524; }
p { color: rgb(219,117,36); }
H1.HeaderClassName
{
color: #DB7524;
}
.AnyTagClassName
{
color: #DB7524;
}
</style>
background-color css
<style>
a { background-color: #DB7524; }
a { background-color: rgb(219,117,36); }
div.DivClassName
{
background-color: #DB7524;
}
.BgClassName
{
background-color: #DB7524;
}
</style>
border-color css
<style>
span { border-color: #DB7524; }
span { border-color: rgb(219,117,36); }
td.TdClassName
{
border-color: #DB7524;
}
.TagClassName
{
border-color: #DB7524;
}
</style>