Shades of Tahiti Gold #DB742C
Tints of Tahiti Gold #DB742C
RGB
CMYK
RGB Variations
Color information
#DB742C (or 0xDB742C) is known color: Tahiti Gold. HEX triplet: DB, 74 and 2C. RGB value is (219,116,44). Sum of RGB (Red+Green+Blue) = 219+116+44=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB742C is #248BD3. Grayscale: #8A8A8A. Windows color (decimal): -2395092 or 2913499. OLE color: 2913499.
HSL color Cylindrical-coordinate representation of color #DB742C: hue angle of 24.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB742C is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 44 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.14 |
| HSL | 24.69º | 0.71% | 0.52% | - |
| HSV(B) | 24.69º | 0.8% | 0.86% | - |
| XYZ | 35.91 | 27.73 | 5.84 | - |
| YUV | 138.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 44 | 0 | 0.47 | 0.80 | 0.14 | 24.69 | 0.71 | 0.52 |
| Hex | DB | 74 | 2C | 0 | 2F | 50 | E | 19 | 47 | 34 |
| Octal | 333 | 164 | 54 | 0 | 57 | 120 | 16 | 31 | 107 | 64 |
| Binary | 11011011 | 1110100 | 101100 | 0 | 101111 | 1010000 | 1110 | 11001 | 1000111 | 110100 |
Color Harmonies of #DB742C
Complementary color
Monochromatic Colors of #DB742C
Black with #DB742C
Text Example
Text Example
White with #DB742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB742C; }
p { color: rgb(219,116,44); }
H1.HeaderClassName
{
color: #DB742C;
}
.AnyTagClassName
{
color: #DB742C;
}
</style>
background-color css
<style>
a { background-color: #DB742C; }
a { background-color: rgb(219,116,44); }
div.DivClassName
{
background-color: #DB742C;
}
.BgClassName
{
background-color: #DB742C;
}
</style>
border-color css
<style>
span { border-color: #DB742C; }
span { border-color: rgb(219,116,44); }
td.TdClassName
{
border-color: #DB742C;
}
.TagClassName
{
border-color: #DB742C;
}
</style>