Shades of Tahiti Gold #DB7024
Tints of Tahiti Gold #DB7024
RGB
CMYK
RGB Variations
Color information
#DB7024 (or 0xDB7024) is known color: Tahiti Gold. HEX triplet: DB, 70 and 24. RGB value is (219,112,36). Sum of RGB (Red+Green+Blue) = 219+112+36=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7024 is #248FDB. Grayscale: #878787. Windows color (decimal): -2396124 or 2388187. OLE color: 2388187.
HSL color Cylindrical-coordinate representation of color #DB7024: hue angle of 24.92º 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 #DB7024 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 36 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.14 |
| HSL | 24.92º | 0.72% | 0.5% | - |
| HSV(B) | 24.92º | 0.84% | 0.86% | - |
| XYZ | 35.33 | 26.78 | 4.98 | - |
| YUV | 135.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 36 | 0 | 0.49 | 0.84 | 0.14 | 24.92 | 0.72 | 0.5 |
| Hex | DB | 70 | 24 | 0 | 31 | 54 | E | 19 | 48 | 32 |
| Octal | 333 | 160 | 44 | 0 | 61 | 124 | 16 | 31 | 110 | 62 |
| Binary | 11011011 | 1110000 | 100100 | 0 | 110001 | 1010100 | 1110 | 11001 | 1001000 | 110010 |
Color Harmonies of #DB7024
Complementary color
Monochromatic Colors of #DB7024
Black with #DB7024
Text Example
Text Example
White with #DB7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7024; }
p { color: rgb(219,112,36); }
H1.HeaderClassName
{
color: #DB7024;
}
.AnyTagClassName
{
color: #DB7024;
}
</style>
background-color css
<style>
a { background-color: #DB7024; }
a { background-color: rgb(219,112,36); }
div.DivClassName
{
background-color: #DB7024;
}
.BgClassName
{
background-color: #DB7024;
}
</style>
border-color css
<style>
span { border-color: #DB7024; }
span { border-color: rgb(219,112,36); }
td.TdClassName
{
border-color: #DB7024;
}
.TagClassName
{
border-color: #DB7024;
}
</style>