Shades of Tahiti Gold #DB762D
Tints of Tahiti Gold #DB762D
RGB
CMYK
RGB Variations
Color information
#DB762D (or 0xDB762D) is known color: Tahiti Gold. HEX triplet: DB, 76 and 2D. RGB value is (219,118,45). Sum of RGB (Red+Green+Blue) = 219+118+45=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB762D is #2489D2. Grayscale: #8C8C8C. Windows color (decimal): -2394579 or 2979547. OLE color: 2979547.
HSL color Cylindrical-coordinate representation of color #DB762D: hue angle of 25.17º 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 #DB762D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 45 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.14 |
| HSL | 25.17º | 0.71% | 0.52% | - |
| HSV(B) | 25.17º | 0.79% | 0.86% | - |
| XYZ | 36.17 | 28.21 | 6.02 | - |
| YUV | 139.88 | 74.46 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 45 | 0 | 0.46 | 0.79 | 0.14 | 25.17 | 0.71 | 0.52 |
| Hex | DB | 76 | 2D | 0 | 2E | 4F | E | 19 | 47 | 34 |
| Octal | 333 | 166 | 55 | 0 | 56 | 117 | 16 | 31 | 107 | 64 |
| Binary | 11011011 | 1110110 | 101101 | 0 | 101110 | 1001111 | 1110 | 11001 | 1000111 | 110100 |
Color Harmonies of #DB762D
Complementary color
Monochromatic Colors of #DB762D
Black with #DB762D
Text Example
Text Example
White with #DB762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB762D; }
p { color: rgb(219,118,45); }
H1.HeaderClassName
{
color: #DB762D;
}
.AnyTagClassName
{
color: #DB762D;
}
</style>
background-color css
<style>
a { background-color: #DB762D; }
a { background-color: rgb(219,118,45); }
div.DivClassName
{
background-color: #DB762D;
}
.BgClassName
{
background-color: #DB762D;
}
</style>
border-color css
<style>
span { border-color: #DB762D; }
span { border-color: rgb(219,118,45); }
td.TdClassName
{
border-color: #DB762D;
}
.TagClassName
{
border-color: #DB762D;
}
</style>