Shades of Tahiti Gold #DB772F
Tints of Tahiti Gold #DB772F
RGB
CMYK
RGB Variations
Color information
#DB772F (or 0xDB772F) is known color: Tahiti Gold. HEX triplet: DB, 77 and 2F. RGB value is (219,119,47). Sum of RGB (Red+Green+Blue) = 219+119+47=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB772F is #2488D0. Grayscale: #8D8D8D. Windows color (decimal): -2394321 or 3110875. OLE color: 3110875.
HSL color Cylindrical-coordinate representation of color #DB772F: hue angle of 25.12º 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 #DB772F is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 47 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.14 |
| HSL | 25.12º | 0.7% | 0.52% | - |
| HSV(B) | 25.12º | 0.79% | 0.86% | - |
| XYZ | 36.32 | 28.46 | 6.27 | - |
| YUV | 140.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 47 | 0 | 0.46 | 0.79 | 0.14 | 25.12 | 0.7 | 0.52 |
| Hex | DB | 77 | 2F | 0 | 2E | 4F | E | 19 | 46 | 34 |
| Octal | 333 | 167 | 57 | 0 | 56 | 117 | 16 | 31 | 106 | 64 |
| Binary | 11011011 | 1110111 | 101111 | 0 | 101110 | 1001111 | 1110 | 11001 | 1000110 | 110100 |
Color Harmonies of #DB772F
Complementary color
Monochromatic Colors of #DB772F
Black with #DB772F
Text Example
Text Example
White with #DB772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB772F; }
p { color: rgb(219,119,47); }
H1.HeaderClassName
{
color: #DB772F;
}
.AnyTagClassName
{
color: #DB772F;
}
</style>
background-color css
<style>
a { background-color: #DB772F; }
a { background-color: rgb(219,119,47); }
div.DivClassName
{
background-color: #DB772F;
}
.BgClassName
{
background-color: #DB772F;
}
</style>
border-color css
<style>
span { border-color: #DB772F; }
span { border-color: rgb(219,119,47); }
td.TdClassName
{
border-color: #DB772F;
}
.TagClassName
{
border-color: #DB772F;
}
</style>