Shades of Tahiti Gold #DB7427
Tints of Tahiti Gold #DB7427
RGB
CMYK
RGB Variations
Color information
#DB7427 (or 0xDB7427) is known color: Tahiti Gold. HEX triplet: DB, 74 and 27. RGB value is (219,116,39). Sum of RGB (Red+Green+Blue) = 219+116+39=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7427 is #248BD8. Grayscale: #8A8A8A. Windows color (decimal): -2395097 or 2585819. OLE color: 2585819.
HSL color Cylindrical-coordinate representation of color #DB7427: hue angle of 25.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB7427 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 39 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.14 |
| HSL | 25.67º | 0.71% | 0.51% | - |
| HSV(B) | 25.67º | 0.82% | 0.86% | - |
| XYZ | 35.83 | 27.7 | 5.38 | - |
| YUV | 138.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 39 | 0 | 0.47 | 0.82 | 0.14 | 25.67 | 0.71 | 0.51 |
| Hex | DB | 74 | 27 | 0 | 2F | 52 | E | 1A | 47 | 33 |
| Octal | 333 | 164 | 47 | 0 | 57 | 122 | 16 | 32 | 107 | 63 |
| Binary | 11011011 | 1110100 | 100111 | 0 | 101111 | 1010010 | 1110 | 11010 | 1000111 | 110011 |
Color Harmonies of #DB7427
Complementary color
Monochromatic Colors of #DB7427
Black with #DB7427
Text Example
Text Example
White with #DB7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7427; }
p { color: rgb(219,116,39); }
H1.HeaderClassName
{
color: #DB7427;
}
.AnyTagClassName
{
color: #DB7427;
}
</style>
background-color css
<style>
a { background-color: #DB7427; }
a { background-color: rgb(219,116,39); }
div.DivClassName
{
background-color: #DB7427;
}
.BgClassName
{
background-color: #DB7427;
}
</style>
border-color css
<style>
span { border-color: #DB7427; }
span { border-color: rgb(219,116,39); }
td.TdClassName
{
border-color: #DB7427;
}
.TagClassName
{
border-color: #DB7427;
}
</style>