Shades of Tahiti Gold #DB731F
Tints of Tahiti Gold #DB731F
RGB
CMYK
RGB Variations
Color information
#DB731F (or 0xDB731F) is known color: Tahiti Gold. HEX triplet: DB, 73 and 1F. RGB value is (219,115,31). Sum of RGB (Red+Green+Blue) = 219+115+31=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB731F is #248CE0. Grayscale: #888888. Windows color (decimal): -2395361 or 2061275. OLE color: 2061275.
HSL color Cylindrical-coordinate representation of color #DB731F: hue angle of 26.81º 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 #DB731F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 31 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.14 |
| HSL | 26.81º | 0.75% | 0.49% | - |
| HSV(B) | 26.81º | 0.86% | 0.86% | - |
| XYZ | 35.59 | 27.42 | 4.71 | - |
| YUV | 136.52 | 68.46 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 31 | 0 | 0.47 | 0.86 | 0.14 | 26.81 | 0.75 | 0.49 |
| Hex | DB | 73 | 1F | 0 | 2F | 56 | E | 1B | 4B | 31 |
| Octal | 333 | 163 | 37 | 0 | 57 | 126 | 16 | 33 | 113 | 61 |
| Binary | 11011011 | 1110011 | 11111 | 0 | 101111 | 1010110 | 1110 | 11011 | 1001011 | 110001 |
Color Harmonies of #DB731F
Complementary color
Monochromatic Colors of #DB731F
Black with #DB731F
Text Example
Text Example
White with #DB731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB731F; }
p { color: rgb(219,115,31); }
H1.HeaderClassName
{
color: #DB731F;
}
.AnyTagClassName
{
color: #DB731F;
}
</style>
background-color css
<style>
a { background-color: #DB731F; }
a { background-color: rgb(219,115,31); }
div.DivClassName
{
background-color: #DB731F;
}
.BgClassName
{
background-color: #DB731F;
}
</style>
border-color css
<style>
span { border-color: #DB731F; }
span { border-color: rgb(219,115,31); }
td.TdClassName
{
border-color: #DB731F;
}
.TagClassName
{
border-color: #DB731F;
}
</style>