Shades of Tahiti Gold #DB7223
Tints of Tahiti Gold #DB7223
RGB
CMYK
RGB Variations
Color information
#DB7223 (or 0xDB7223) is known color: Tahiti Gold. HEX triplet: DB, 72 and 23. RGB value is (219,114,35). Sum of RGB (Red+Green+Blue) = 219+114+35=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7223 is #248DDC. Grayscale: #888888. Windows color (decimal): -2395613 or 2323163. OLE color: 2323163.
HSL color Cylindrical-coordinate representation of color #DB7223: hue angle of 25.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB7223 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.14 |
| HSL | 25.76º | 0.72% | 0.5% | - |
| HSV(B) | 25.76º | 0.84% | 0.86% | - |
| XYZ | 35.53 | 27.22 | 4.97 | - |
| YUV | 136.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 35 | 0 | 0.48 | 0.84 | 0.14 | 25.76 | 0.72 | 0.5 |
| Hex | DB | 72 | 23 | 0 | 30 | 54 | E | 1A | 48 | 32 |
| Octal | 333 | 162 | 43 | 0 | 60 | 124 | 16 | 32 | 110 | 62 |
| Binary | 11011011 | 1110010 | 100011 | 0 | 110000 | 1010100 | 1110 | 11010 | 1001000 | 110010 |
Color Harmonies of #DB7223
Complementary color
Monochromatic Colors of #DB7223
Black with #DB7223
Text Example
Text Example
White with #DB7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7223; }
p { color: rgb(219,114,35); }
H1.HeaderClassName
{
color: #DB7223;
}
.AnyTagClassName
{
color: #DB7223;
}
</style>
background-color css
<style>
a { background-color: #DB7223; }
a { background-color: rgb(219,114,35); }
div.DivClassName
{
background-color: #DB7223;
}
.BgClassName
{
background-color: #DB7223;
}
</style>
border-color css
<style>
span { border-color: #DB7223; }
span { border-color: rgb(219,114,35); }
td.TdClassName
{
border-color: #DB7223;
}
.TagClassName
{
border-color: #DB7223;
}
</style>