Shades of Tahiti Gold #DB6C25
Tints of Tahiti Gold #DB6C25
RGB
CMYK
RGB Variations
Color information
#DB6C25 (or 0xDB6C25) is known color: Tahiti Gold. HEX triplet: DB, 6C and 25. RGB value is (219,108,37). Sum of RGB (Red+Green+Blue) = 219+108+37=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C25 is #2493DA. Grayscale: #858585. Windows color (decimal): -2397147 or 2452699. OLE color: 2452699.
HSL color Cylindrical-coordinate representation of color #DB6C25: hue angle of 23.41º 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 #DB6C25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.14 |
| HSL | 23.41º | 0.72% | 0.5% | - |
| HSV(B) | 23.41º | 0.83% | 0.86% | - |
| XYZ | 34.91 | 25.92 | 4.91 | - |
| YUV | 133.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 37 | 0 | 0.51 | 0.83 | 0.14 | 23.41 | 0.72 | 0.5 |
| Hex | DB | 6C | 25 | 0 | 33 | 53 | E | 17 | 48 | 32 |
| Octal | 333 | 154 | 45 | 0 | 63 | 123 | 16 | 27 | 110 | 62 |
| Binary | 11011011 | 1101100 | 100101 | 0 | 110011 | 1010011 | 1110 | 10111 | 1001000 | 110010 |
Color Harmonies of #DB6C25
Complementary color
Monochromatic Colors of #DB6C25
Black with #DB6C25
Text Example
Text Example
White with #DB6C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C25; }
p { color: rgb(219,108,37); }
H1.HeaderClassName
{
color: #DB6C25;
}
.AnyTagClassName
{
color: #DB6C25;
}
</style>
background-color css
<style>
a { background-color: #DB6C25; }
a { background-color: rgb(219,108,37); }
div.DivClassName
{
background-color: #DB6C25;
}
.BgClassName
{
background-color: #DB6C25;
}
</style>
border-color css
<style>
span { border-color: #DB6C25; }
span { border-color: rgb(219,108,37); }
td.TdClassName
{
border-color: #DB6C25;
}
.TagClassName
{
border-color: #DB6C25;
}
</style>