Shades of Tahiti Gold #DB722D
Tints of Tahiti Gold #DB722D
RGB
CMYK
RGB Variations
Color information
#DB722D (or 0xDB722D) is known color: Tahiti Gold. HEX triplet: DB, 72 and 2D. RGB value is (219,114,45). Sum of RGB (Red+Green+Blue) = 219+114+45=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB722D is #248DD2. Grayscale: #898989. Windows color (decimal): -2395603 or 2978523. OLE color: 2978523.
HSL color Cylindrical-coordinate representation of color #DB722D: hue angle of 23.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB722D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 45 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.14 |
| HSL | 23.79º | 0.71% | 0.52% | - |
| HSV(B) | 23.79º | 0.79% | 0.86% | - |
| XYZ | 35.7 | 27.28 | 5.87 | - |
| YUV | 137.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 45 | 0 | 0.48 | 0.79 | 0.14 | 23.79 | 0.71 | 0.52 |
| Hex | DB | 72 | 2D | 0 | 30 | 4F | E | 18 | 47 | 34 |
| Octal | 333 | 162 | 55 | 0 | 60 | 117 | 16 | 30 | 107 | 64 |
| Binary | 11011011 | 1110010 | 101101 | 0 | 110000 | 1001111 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DB722D
Complementary color
Monochromatic Colors of #DB722D
Black with #DB722D
Text Example
Text Example
White with #DB722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB722D; }
p { color: rgb(219,114,45); }
H1.HeaderClassName
{
color: #DB722D;
}
.AnyTagClassName
{
color: #DB722D;
}
</style>
background-color css
<style>
a { background-color: #DB722D; }
a { background-color: rgb(219,114,45); }
div.DivClassName
{
background-color: #DB722D;
}
.BgClassName
{
background-color: #DB722D;
}
</style>
border-color css
<style>
span { border-color: #DB722D; }
span { border-color: rgb(219,114,45); }
td.TdClassName
{
border-color: #DB722D;
}
.TagClassName
{
border-color: #DB722D;
}
</style>