Shades of Tahiti Gold #DB722F
Tints of Tahiti Gold #DB722F
RGB
CMYK
RGB Variations
Color information
#DB722F (or 0xDB722F) is known color: Tahiti Gold. HEX triplet: DB, 72 and 2F. RGB value is (219,114,47). Sum of RGB (Red+Green+Blue) = 219+114+47=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB722F is #248DD0. Grayscale: #8A8A8A. Windows color (decimal): -2395601 or 3109595. OLE color: 3109595.
HSL color Cylindrical-coordinate representation of color #DB722F: hue angle of 23.37º degrees, saturation: 0.7, 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 #DB722F is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 47 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.14 |
| HSL | 23.37º | 0.7% | 0.52% | - |
| HSV(B) | 23.37º | 0.79% | 0.86% | - |
| XYZ | 35.74 | 27.3 | 6.07 | - |
| YUV | 137.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 47 | 0 | 0.48 | 0.79 | 0.14 | 23.37 | 0.7 | 0.52 |
| Hex | DB | 72 | 2F | 0 | 30 | 4F | E | 17 | 46 | 34 |
| Octal | 333 | 162 | 57 | 0 | 60 | 117 | 16 | 27 | 106 | 64 |
| Binary | 11011011 | 1110010 | 101111 | 0 | 110000 | 1001111 | 1110 | 10111 | 1000110 | 110100 |
Color Harmonies of #DB722F
Complementary color
Monochromatic Colors of #DB722F
Black with #DB722F
Text Example
Text Example
White with #DB722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB722F; }
p { color: rgb(219,114,47); }
H1.HeaderClassName
{
color: #DB722F;
}
.AnyTagClassName
{
color: #DB722F;
}
</style>
background-color css
<style>
a { background-color: #DB722F; }
a { background-color: rgb(219,114,47); }
div.DivClassName
{
background-color: #DB722F;
}
.BgClassName
{
background-color: #DB722F;
}
</style>
border-color css
<style>
span { border-color: #DB722F; }
span { border-color: rgb(219,114,47); }
td.TdClassName
{
border-color: #DB722F;
}
.TagClassName
{
border-color: #DB722F;
}
</style>