Shades of Tahiti Gold #DB761C
Tints of Tahiti Gold #DB761C
RGB
CMYK
RGB Variations
Color information
#DB761C (or 0xDB761C) is known color: Tahiti Gold. HEX triplet: DB, 76 and 1C. RGB value is (219,118,28). Sum of RGB (Red+Green+Blue) = 219+118+28=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB761C is #2489E3. Grayscale: #8A8A8A. Windows color (decimal): -2394596 or 1865435. OLE color: 1865435.
HSL color Cylindrical-coordinate representation of color #DB761C: hue angle of 28.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB761C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 28 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.14 |
| HSL | 28.27º | 0.77% | 0.48% | - |
| HSV(B) | 28.27º | 0.87% | 0.86% | - |
| XYZ | 35.9 | 28.1 | 4.63 | - |
| YUV | 137.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 28 | 0 | 0.46 | 0.87 | 0.14 | 28.27 | 0.77 | 0.48 |
| Hex | DB | 76 | 1C | 0 | 2E | 57 | E | 1C | 4D | 30 |
| Octal | 333 | 166 | 34 | 0 | 56 | 127 | 16 | 34 | 115 | 60 |
| Binary | 11011011 | 1110110 | 11100 | 0 | 101110 | 1010111 | 1110 | 11100 | 1001101 | 110000 |
Color Harmonies of #DB761C
Complementary color
Monochromatic Colors of #DB761C
Black with #DB761C
Text Example
Text Example
White with #DB761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB761C; }
p { color: rgb(219,118,28); }
H1.HeaderClassName
{
color: #DB761C;
}
.AnyTagClassName
{
color: #DB761C;
}
</style>
background-color css
<style>
a { background-color: #DB761C; }
a { background-color: rgb(219,118,28); }
div.DivClassName
{
background-color: #DB761C;
}
.BgClassName
{
background-color: #DB761C;
}
</style>
border-color css
<style>
span { border-color: #DB761C; }
span { border-color: rgb(219,118,28); }
td.TdClassName
{
border-color: #DB761C;
}
.TagClassName
{
border-color: #DB761C;
}
</style>