Shades of Tahiti Gold #DB6F20
Tints of Tahiti Gold #DB6F20
RGB
CMYK
RGB Variations
Color information
#DB6F20 (or 0xDB6F20) is known color: Tahiti Gold. HEX triplet: DB, 6F and 20. RGB value is (219,111,32). Sum of RGB (Red+Green+Blue) = 219+111+32=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F20 is #2490DF. Grayscale: #868686. Windows color (decimal): -2396384 or 2125787. OLE color: 2125787.
HSL color Cylindrical-coordinate representation of color #DB6F20: hue angle of 25.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB6F20 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 32 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.14 |
| HSL | 25.35º | 0.75% | 0.49% | - |
| HSV(B) | 25.35º | 0.85% | 0.86% | - |
| XYZ | 35.16 | 26.53 | 4.63 | - |
| YUV | 134.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 32 | 0 | 0.49 | 0.85 | 0.14 | 25.35 | 0.75 | 0.49 |
| Hex | DB | 6F | 20 | 0 | 31 | 55 | E | 19 | 4B | 31 |
| Octal | 333 | 157 | 40 | 0 | 61 | 125 | 16 | 31 | 113 | 61 |
| Binary | 11011011 | 1101111 | 100000 | 0 | 110001 | 1010101 | 1110 | 11001 | 1001011 | 110001 |
Color Harmonies of #DB6F20
Complementary color
Monochromatic Colors of #DB6F20
Black with #DB6F20
Text Example
Text Example
White with #DB6F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F20; }
p { color: rgb(219,111,32); }
H1.HeaderClassName
{
color: #DB6F20;
}
.AnyTagClassName
{
color: #DB6F20;
}
</style>
background-color css
<style>
a { background-color: #DB6F20; }
a { background-color: rgb(219,111,32); }
div.DivClassName
{
background-color: #DB6F20;
}
.BgClassName
{
background-color: #DB6F20;
}
</style>
border-color css
<style>
span { border-color: #DB6F20; }
span { border-color: rgb(219,111,32); }
td.TdClassName
{
border-color: #DB6F20;
}
.TagClassName
{
border-color: #DB6F20;
}
</style>