Shades of Tahiti Gold #DB732B
Tints of Tahiti Gold #DB732B
RGB
CMYK
RGB Variations
Color information
#DB732B (or 0xDB732B) is known color: Tahiti Gold. HEX triplet: DB, 73 and 2B. RGB value is (219,115,43). Sum of RGB (Red+Green+Blue) = 219+115+43=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB732B is #248CD4. Grayscale: #8A8A8A. Windows color (decimal): -2395349 or 2847707. OLE color: 2847707.
HSL color Cylindrical-coordinate representation of color #DB732B: hue angle of 24.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB732B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 43 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.14 |
| HSL | 24.55º | 0.71% | 0.51% | - |
| HSV(B) | 24.55º | 0.8% | 0.86% | - |
| XYZ | 35.78 | 27.5 | 5.71 | - |
| YUV | 137.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 43 | 0 | 0.47 | 0.80 | 0.14 | 24.55 | 0.71 | 0.51 |
| Hex | DB | 73 | 2B | 0 | 2F | 50 | E | 19 | 47 | 33 |
| Octal | 333 | 163 | 53 | 0 | 57 | 120 | 16 | 31 | 107 | 63 |
| Binary | 11011011 | 1110011 | 101011 | 0 | 101111 | 1010000 | 1110 | 11001 | 1000111 | 110011 |
Color Harmonies of #DB732B
Complementary color
Monochromatic Colors of #DB732B
Black with #DB732B
Text Example
Text Example
White with #DB732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB732B; }
p { color: rgb(219,115,43); }
H1.HeaderClassName
{
color: #DB732B;
}
.AnyTagClassName
{
color: #DB732B;
}
</style>
background-color css
<style>
a { background-color: #DB732B; }
a { background-color: rgb(219,115,43); }
div.DivClassName
{
background-color: #DB732B;
}
.BgClassName
{
background-color: #DB732B;
}
</style>
border-color css
<style>
span { border-color: #DB732B; }
span { border-color: rgb(219,115,43); }
td.TdClassName
{
border-color: #DB732B;
}
.TagClassName
{
border-color: #DB732B;
}
</style>