Shades of Tahiti Gold #DB7430
Tints of Tahiti Gold #DB7430
RGB
CMYK
RGB Variations
Color information
#DB7430 (or 0xDB7430) is known color: Tahiti Gold. HEX triplet: DB, 74 and 30. RGB value is (219,116,48). Sum of RGB (Red+Green+Blue) = 219+116+48=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7430 is #248BCF. Grayscale: #8B8B8B. Windows color (decimal): -2395088 or 3175643. OLE color: 3175643.
HSL color Cylindrical-coordinate representation of color #DB7430: hue angle of 23.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7430 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 48 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.14 |
| HSL | 23.86º | 0.7% | 0.52% | - |
| HSV(B) | 23.86º | 0.78% | 0.86% | - |
| XYZ | 35.99 | 27.76 | 6.26 | - |
| YUV | 139.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 48 | 0 | 0.47 | 0.78 | 0.14 | 23.86 | 0.7 | 0.52 |
| Hex | DB | 74 | 30 | 0 | 2F | 4E | E | 18 | 46 | 34 |
| Octal | 333 | 164 | 60 | 0 | 57 | 116 | 16 | 30 | 106 | 64 |
| Binary | 11011011 | 1110100 | 110000 | 0 | 101111 | 1001110 | 1110 | 11000 | 1000110 | 110100 |
Color Harmonies of #DB7430
Complementary color
Monochromatic Colors of #DB7430
Black with #DB7430
Text Example
Text Example
White with #DB7430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7430; }
p { color: rgb(219,116,48); }
H1.HeaderClassName
{
color: #DB7430;
}
.AnyTagClassName
{
color: #DB7430;
}
</style>
background-color css
<style>
a { background-color: #DB7430; }
a { background-color: rgb(219,116,48); }
div.DivClassName
{
background-color: #DB7430;
}
.BgClassName
{
background-color: #DB7430;
}
</style>
border-color css
<style>
span { border-color: #DB7430; }
span { border-color: rgb(219,116,48); }
td.TdClassName
{
border-color: #DB7430;
}
.TagClassName
{
border-color: #DB7430;
}
</style>