Shades of Tahiti Gold #DB742D
Tints of Tahiti Gold #DB742D
RGB
CMYK
RGB Variations
Color information
#DB742D (or 0xDB742D) is known color: Tahiti Gold. HEX triplet: DB, 74 and 2D. RGB value is (219,116,45). Sum of RGB (Red+Green+Blue) = 219+116+45=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB742D is #248BD2. Grayscale: #8B8B8B. Windows color (decimal): -2395091 or 2979035. OLE color: 2979035.
HSL color Cylindrical-coordinate representation of color #DB742D: hue angle of 24.48º 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 #DB742D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 45 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.14 |
| HSL | 24.48º | 0.71% | 0.52% | - |
| HSV(B) | 24.48º | 0.79% | 0.86% | - |
| XYZ | 35.93 | 27.74 | 5.94 | - |
| YUV | 138.7 | 75.12 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 45 | 0 | 0.47 | 0.79 | 0.14 | 24.48 | 0.71 | 0.52 |
| Hex | DB | 74 | 2D | 0 | 2F | 4F | E | 18 | 47 | 34 |
| Octal | 333 | 164 | 55 | 0 | 57 | 117 | 16 | 30 | 107 | 64 |
| Binary | 11011011 | 1110100 | 101101 | 0 | 101111 | 1001111 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DB742D
Complementary color
Monochromatic Colors of #DB742D
Black with #DB742D
Text Example
Text Example
White with #DB742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB742D; }
p { color: rgb(219,116,45); }
H1.HeaderClassName
{
color: #DB742D;
}
.AnyTagClassName
{
color: #DB742D;
}
</style>
background-color css
<style>
a { background-color: #DB742D; }
a { background-color: rgb(219,116,45); }
div.DivClassName
{
background-color: #DB742D;
}
.BgClassName
{
background-color: #DB742D;
}
</style>
border-color css
<style>
span { border-color: #DB742D; }
span { border-color: rgb(219,116,45); }
td.TdClassName
{
border-color: #DB742D;
}
.TagClassName
{
border-color: #DB742D;
}
</style>