Shades of Tahiti Gold #DB701F
Tints of Tahiti Gold #DB701F
RGB
CMYK
RGB Variations
Color information
#DB701F (or 0xDB701F) is known color: Tahiti Gold. HEX triplet: DB, 70 and 1F. RGB value is (219,112,31). Sum of RGB (Red+Green+Blue) = 219+112+31=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB701F is #248FE0. Grayscale: #878787. Windows color (decimal): -2396129 or 2060507. OLE color: 2060507.
HSL color Cylindrical-coordinate representation of color #DB701F: hue angle of 25.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB701F is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 31 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.14 |
| HSL | 25.85º | 0.75% | 0.49% | - |
| HSV(B) | 25.85º | 0.86% | 0.86% | - |
| XYZ | 35.25 | 26.75 | 4.6 | - |
| YUV | 134.76 | 69.45 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 31 | 0 | 0.49 | 0.86 | 0.14 | 25.85 | 0.75 | 0.49 |
| Hex | DB | 70 | 1F | 0 | 31 | 56 | E | 1A | 4B | 31 |
| Octal | 333 | 160 | 37 | 0 | 61 | 126 | 16 | 32 | 113 | 61 |
| Binary | 11011011 | 1110000 | 11111 | 0 | 110001 | 1010110 | 1110 | 11010 | 1001011 | 110001 |
Color Harmonies of #DB701F
Complementary color
Monochromatic Colors of #DB701F
Black with #DB701F
Text Example
Text Example
White with #DB701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB701F; }
p { color: rgb(219,112,31); }
H1.HeaderClassName
{
color: #DB701F;
}
.AnyTagClassName
{
color: #DB701F;
}
</style>
background-color css
<style>
a { background-color: #DB701F; }
a { background-color: rgb(219,112,31); }
div.DivClassName
{
background-color: #DB701F;
}
.BgClassName
{
background-color: #DB701F;
}
</style>
border-color css
<style>
span { border-color: #DB701F; }
span { border-color: rgb(219,112,31); }
td.TdClassName
{
border-color: #DB701F;
}
.TagClassName
{
border-color: #DB701F;
}
</style>