Shades of Tahiti Gold #DB742E
Tints of Tahiti Gold #DB742E
RGB
CMYK
RGB Variations
Color information
#DB742E (or 0xDB742E) is known color: Tahiti Gold. HEX triplet: DB, 74 and 2E. RGB value is (219,116,46). Sum of RGB (Red+Green+Blue) = 219+116+46=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB742E is #248BD1. Grayscale: #8B8B8B. Windows color (decimal): -2395090 or 3044571. OLE color: 3044571.
HSL color Cylindrical-coordinate representation of color #DB742E: hue angle of 24.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB742E is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 46 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.14 |
| HSL | 24.28º | 0.71% | 0.52% | - |
| HSV(B) | 24.28º | 0.79% | 0.86% | - |
| XYZ | 35.95 | 27.75 | 6.05 | - |
| YUV | 138.82 | 75.62 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 46 | 0 | 0.47 | 0.79 | 0.14 | 24.28 | 0.71 | 0.52 |
| Hex | DB | 74 | 2E | 0 | 2F | 4F | E | 18 | 47 | 34 |
| Octal | 333 | 164 | 56 | 0 | 57 | 117 | 16 | 30 | 107 | 64 |
| Binary | 11011011 | 1110100 | 101110 | 0 | 101111 | 1001111 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DB742E
Complementary color
Monochromatic Colors of #DB742E
Black with #DB742E
Text Example
Text Example
White with #DB742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB742E; }
p { color: rgb(219,116,46); }
H1.HeaderClassName
{
color: #DB742E;
}
.AnyTagClassName
{
color: #DB742E;
}
</style>
background-color css
<style>
a { background-color: #DB742E; }
a { background-color: rgb(219,116,46); }
div.DivClassName
{
background-color: #DB742E;
}
.BgClassName
{
background-color: #DB742E;
}
</style>
border-color css
<style>
span { border-color: #DB742E; }
span { border-color: rgb(219,116,46); }
td.TdClassName
{
border-color: #DB742E;
}
.TagClassName
{
border-color: #DB742E;
}
</style>