Shades of Tahiti Gold #DB7323
Tints of Tahiti Gold #DB7323
RGB
CMYK
RGB Variations
Color information
#DB7323 (or 0xDB7323) is known color: Tahiti Gold. HEX triplet: DB, 73 and 23. RGB value is (219,115,35). Sum of RGB (Red+Green+Blue) = 219+115+35=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7323 is #248CDC. Grayscale: #898989. Windows color (decimal): -2395357 or 2323419. OLE color: 2323419.
HSL color Cylindrical-coordinate representation of color #DB7323: hue angle of 26.09º 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 #DB7323 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 35 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.14 |
| HSL | 26.09º | 0.72% | 0.5% | - |
| HSV(B) | 26.09º | 0.84% | 0.86% | - |
| XYZ | 35.65 | 27.44 | 5.01 | - |
| YUV | 136.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 35 | 0 | 0.47 | 0.84 | 0.14 | 26.09 | 0.72 | 0.5 |
| Hex | DB | 73 | 23 | 0 | 2F | 54 | E | 1A | 48 | 32 |
| Octal | 333 | 163 | 43 | 0 | 57 | 124 | 16 | 32 | 110 | 62 |
| Binary | 11011011 | 1110011 | 100011 | 0 | 101111 | 1010100 | 1110 | 11010 | 1001000 | 110010 |
Color Harmonies of #DB7323
Complementary color
Monochromatic Colors of #DB7323
Black with #DB7323
Text Example
Text Example
White with #DB7323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7323; }
p { color: rgb(219,115,35); }
H1.HeaderClassName
{
color: #DB7323;
}
.AnyTagClassName
{
color: #DB7323;
}
</style>
background-color css
<style>
a { background-color: #DB7323; }
a { background-color: rgb(219,115,35); }
div.DivClassName
{
background-color: #DB7323;
}
.BgClassName
{
background-color: #DB7323;
}
</style>
border-color css
<style>
span { border-color: #DB7323; }
span { border-color: rgb(219,115,35); }
td.TdClassName
{
border-color: #DB7323;
}
.TagClassName
{
border-color: #DB7323;
}
</style>