Shades of Tahiti Gold #DB7123
Tints of Tahiti Gold #DB7123
RGB
CMYK
RGB Variations
Color information
#DB7123 (or 0xDB7123) is known color: Tahiti Gold. HEX triplet: DB, 71 and 23. RGB value is (219,113,35). Sum of RGB (Red+Green+Blue) = 219+113+35=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7123 is #248EDC. Grayscale: #888888. Windows color (decimal): -2395869 or 2322907. OLE color: 2322907.
HSL color Cylindrical-coordinate representation of color #DB7123: hue angle of 25.43º 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 #DB7123 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.14 |
| HSL | 25.43º | 0.72% | 0.5% | - |
| HSV(B) | 25.43º | 0.84% | 0.86% | - |
| XYZ | 35.42 | 26.99 | 4.93 | - |
| YUV | 135.8 | 71.12 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 35 | 0 | 0.48 | 0.84 | 0.14 | 25.43 | 0.72 | 0.5 |
| Hex | DB | 71 | 23 | 0 | 30 | 54 | E | 19 | 48 | 32 |
| Octal | 333 | 161 | 43 | 0 | 60 | 124 | 16 | 31 | 110 | 62 |
| Binary | 11011011 | 1110001 | 100011 | 0 | 110000 | 1010100 | 1110 | 11001 | 1001000 | 110010 |
Color Harmonies of #DB7123
Complementary color
Monochromatic Colors of #DB7123
Black with #DB7123
Text Example
Text Example
White with #DB7123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7123; }
p { color: rgb(219,113,35); }
H1.HeaderClassName
{
color: #DB7123;
}
.AnyTagClassName
{
color: #DB7123;
}
</style>
background-color css
<style>
a { background-color: #DB7123; }
a { background-color: rgb(219,113,35); }
div.DivClassName
{
background-color: #DB7123;
}
.BgClassName
{
background-color: #DB7123;
}
</style>
border-color css
<style>
span { border-color: #DB7123; }
span { border-color: rgb(219,113,35); }
td.TdClassName
{
border-color: #DB7123;
}
.TagClassName
{
border-color: #DB7123;
}
</style>