Shades of Tahiti Gold #DB7725
Tints of Tahiti Gold #DB7725
RGB
CMYK
RGB Variations
Color information
#DB7725 (or 0xDB7725) is known color: Tahiti Gold. HEX triplet: DB, 77 and 25. RGB value is (219,119,37). Sum of RGB (Red+Green+Blue) = 219+119+37=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7725 is #2488DA. Grayscale: #8B8B8B. Windows color (decimal): -2394331 or 2455515. OLE color: 2455515.
HSL color Cylindrical-coordinate representation of color #DB7725: hue angle of 27.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB7725 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 37 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.14 |
| HSL | 27.03º | 0.72% | 0.5% | - |
| HSV(B) | 27.03º | 0.83% | 0.86% | - |
| XYZ | 36.14 | 28.39 | 5.32 | - |
| YUV | 139.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 37 | 0 | 0.46 | 0.83 | 0.14 | 27.03 | 0.72 | 0.5 |
| Hex | DB | 77 | 25 | 0 | 2E | 53 | E | 1B | 48 | 32 |
| Octal | 333 | 167 | 45 | 0 | 56 | 123 | 16 | 33 | 110 | 62 |
| Binary | 11011011 | 1110111 | 100101 | 0 | 101110 | 1010011 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DB7725
Complementary color
Monochromatic Colors of #DB7725
Black with #DB7725
Text Example
Text Example
White with #DB7725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7725; }
p { color: rgb(219,119,37); }
H1.HeaderClassName
{
color: #DB7725;
}
.AnyTagClassName
{
color: #DB7725;
}
</style>
background-color css
<style>
a { background-color: #DB7725; }
a { background-color: rgb(219,119,37); }
div.DivClassName
{
background-color: #DB7725;
}
.BgClassName
{
background-color: #DB7725;
}
</style>
border-color css
<style>
span { border-color: #DB7725; }
span { border-color: rgb(219,119,37); }
td.TdClassName
{
border-color: #DB7725;
}
.TagClassName
{
border-color: #DB7725;
}
</style>