Shades of Tahiti Gold #DB712A
Tints of Tahiti Gold #DB712A
RGB
CMYK
RGB Variations
Color information
#DB712A (or 0xDB712A) is known color: Tahiti Gold. HEX triplet: DB, 71 and 2A. RGB value is (219,113,42). Sum of RGB (Red+Green+Blue) = 219+113+42=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB712A is #248ED5. Grayscale: #888888. Windows color (decimal): -2395862 or 2781659. OLE color: 2781659.
HSL color Cylindrical-coordinate representation of color #DB712A: hue angle of 24.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB712A is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 42 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.14 |
| HSL | 24.07º | 0.71% | 0.51% | - |
| HSV(B) | 24.07º | 0.81% | 0.86% | - |
| XYZ | 35.54 | 27.04 | 5.54 | - |
| YUV | 136.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 42 | 0 | 0.48 | 0.81 | 0.14 | 24.07 | 0.71 | 0.51 |
| Hex | DB | 71 | 2A | 0 | 30 | 51 | E | 18 | 47 | 33 |
| Octal | 333 | 161 | 52 | 0 | 60 | 121 | 16 | 30 | 107 | 63 |
| Binary | 11011011 | 1110001 | 101010 | 0 | 110000 | 1010001 | 1110 | 11000 | 1000111 | 110011 |
Color Harmonies of #DB712A
Complementary color
Monochromatic Colors of #DB712A
Black with #DB712A
Text Example
Text Example
White with #DB712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB712A; }
p { color: rgb(219,113,42); }
H1.HeaderClassName
{
color: #DB712A;
}
.AnyTagClassName
{
color: #DB712A;
}
</style>
background-color css
<style>
a { background-color: #DB712A; }
a { background-color: rgb(219,113,42); }
div.DivClassName
{
background-color: #DB712A;
}
.BgClassName
{
background-color: #DB712A;
}
</style>
border-color css
<style>
span { border-color: #DB712A; }
span { border-color: rgb(219,113,42); }
td.TdClassName
{
border-color: #DB712A;
}
.TagClassName
{
border-color: #DB712A;
}
</style>