Shades of Tahiti Gold #DB722C
Tints of Tahiti Gold #DB722C
RGB
CMYK
RGB Variations
Color information
#DB722C (or 0xDB722C) is known color: Tahiti Gold. HEX triplet: DB, 72 and 2C. RGB value is (219,114,44). Sum of RGB (Red+Green+Blue) = 219+114+44=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB722C is #248DD3. Grayscale: #898989. Windows color (decimal): -2395604 or 2912987. OLE color: 2912987.
HSL color Cylindrical-coordinate representation of color #DB722C: hue angle of 24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB722C is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 44 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.14 |
| HSL | 24º | 0.71% | 0.52% | - |
| HSV(B) | 24º | 0.8% | 0.86% | - |
| XYZ | 35.69 | 27.28 | 5.77 | - |
| YUV | 137.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 44 | 0 | 0.48 | 0.80 | 0.14 | 24 | 0.71 | 0.52 |
| Hex | DB | 72 | 2C | 0 | 30 | 50 | E | 18 | 47 | 34 |
| Octal | 333 | 162 | 54 | 0 | 60 | 120 | 16 | 30 | 107 | 64 |
| Binary | 11011011 | 1110010 | 101100 | 0 | 110000 | 1010000 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DB722C
Complementary color
Monochromatic Colors of #DB722C
Black with #DB722C
Text Example
Text Example
White with #DB722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB722C; }
p { color: rgb(219,114,44); }
H1.HeaderClassName
{
color: #DB722C;
}
.AnyTagClassName
{
color: #DB722C;
}
</style>
background-color css
<style>
a { background-color: #DB722C; }
a { background-color: rgb(219,114,44); }
div.DivClassName
{
background-color: #DB722C;
}
.BgClassName
{
background-color: #DB722C;
}
</style>
border-color css
<style>
span { border-color: #DB722C; }
span { border-color: rgb(219,114,44); }
td.TdClassName
{
border-color: #DB722C;
}
.TagClassName
{
border-color: #DB722C;
}
</style>