Shades of Tahiti Gold #DB742F
Tints of Tahiti Gold #DB742F
RGB
CMYK
RGB Variations
Color information
#DB742F (or 0xDB742F) is known color: Tahiti Gold. HEX triplet: DB, 74 and 2F. RGB value is (219,116,47). Sum of RGB (Red+Green+Blue) = 219+116+47=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB742F is #248BD0. Grayscale: #8B8B8B. Windows color (decimal): -2395089 or 3110107. OLE color: 3110107.
HSL color Cylindrical-coordinate representation of color #DB742F: hue angle of 24.07º degrees, saturation: 0.7, 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 #DB742F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 47 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.14 |
| HSL | 24.07º | 0.7% | 0.52% | - |
| HSV(B) | 24.07º | 0.79% | 0.86% | - |
| XYZ | 35.97 | 27.76 | 6.15 | - |
| YUV | 138.93 | 76.12 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 47 | 0 | 0.47 | 0.79 | 0.14 | 24.07 | 0.7 | 0.52 |
| Hex | DB | 74 | 2F | 0 | 2F | 4F | E | 18 | 46 | 34 |
| Octal | 333 | 164 | 57 | 0 | 57 | 117 | 16 | 30 | 106 | 64 |
| Binary | 11011011 | 1110100 | 101111 | 0 | 101111 | 1001111 | 1110 | 11000 | 1000110 | 110100 |
Color Harmonies of #DB742F
Complementary color
Monochromatic Colors of #DB742F
Black with #DB742F
Text Example
Text Example
White with #DB742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB742F; }
p { color: rgb(219,116,47); }
H1.HeaderClassName
{
color: #DB742F;
}
.AnyTagClassName
{
color: #DB742F;
}
</style>
background-color css
<style>
a { background-color: #DB742F; }
a { background-color: rgb(219,116,47); }
div.DivClassName
{
background-color: #DB742F;
}
.BgClassName
{
background-color: #DB742F;
}
</style>
border-color css
<style>
span { border-color: #DB742F; }
span { border-color: rgb(219,116,47); }
td.TdClassName
{
border-color: #DB742F;
}
.TagClassName
{
border-color: #DB742F;
}
</style>