Shades of Tahiti Gold #DB7227
Tints of Tahiti Gold #DB7227
RGB
CMYK
RGB Variations
Color information
#DB7227 (or 0xDB7227) is known color: Tahiti Gold. HEX triplet: DB, 72 and 27. RGB value is (219,114,39). Sum of RGB (Red+Green+Blue) = 219+114+39=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7227 is #248DD8. Grayscale: #898989. Windows color (decimal): -2395609 or 2585307. OLE color: 2585307.
HSL color Cylindrical-coordinate representation of color #DB7227: hue angle of 25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB7227 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 39 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.14 |
| HSL | 25º | 0.71% | 0.51% | - |
| HSV(B) | 25º | 0.82% | 0.86% | - |
| XYZ | 35.6 | 27.24 | 5.3 | - |
| YUV | 136.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 39 | 0 | 0.48 | 0.82 | 0.14 | 25 | 0.71 | 0.51 |
| Hex | DB | 72 | 27 | 0 | 30 | 52 | E | 19 | 47 | 33 |
| Octal | 333 | 162 | 47 | 0 | 60 | 122 | 16 | 31 | 107 | 63 |
| Binary | 11011011 | 1110010 | 100111 | 0 | 110000 | 1010010 | 1110 | 11001 | 1000111 | 110011 |
Color Harmonies of #DB7227
Complementary color
Monochromatic Colors of #DB7227
Black with #DB7227
Text Example
Text Example
White with #DB7227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7227; }
p { color: rgb(219,114,39); }
H1.HeaderClassName
{
color: #DB7227;
}
.AnyTagClassName
{
color: #DB7227;
}
</style>
background-color css
<style>
a { background-color: #DB7227; }
a { background-color: rgb(219,114,39); }
div.DivClassName
{
background-color: #DB7227;
}
.BgClassName
{
background-color: #DB7227;
}
</style>
border-color css
<style>
span { border-color: #DB7227; }
span { border-color: rgb(219,114,39); }
td.TdClassName
{
border-color: #DB7227;
}
.TagClassName
{
border-color: #DB7227;
}
</style>