Shades of Tahiti Gold #DB752E
Tints of Tahiti Gold #DB752E
RGB
CMYK
RGB Variations
Color information
#DB752E (or 0xDB752E) is known color: Tahiti Gold. HEX triplet: DB, 75 and 2E. RGB value is (219,117,46). Sum of RGB (Red+Green+Blue) = 219+117+46=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB752E is #248AD1. Grayscale: #8B8B8B. Windows color (decimal): -2394834 or 3044827. OLE color: 3044827.
HSL color Cylindrical-coordinate representation of color #DB752E: hue angle of 24.62º 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 #DB752E is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 46 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.14 |
| HSL | 24.62º | 0.71% | 0.52% | - |
| HSV(B) | 24.62º | 0.79% | 0.86% | - |
| XYZ | 36.07 | 27.98 | 6.08 | - |
| YUV | 139.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 46 | 0 | 0.47 | 0.79 | 0.14 | 24.62 | 0.71 | 0.52 |
| Hex | DB | 75 | 2E | 0 | 2F | 4F | E | 19 | 47 | 34 |
| Octal | 333 | 165 | 56 | 0 | 57 | 117 | 16 | 31 | 107 | 64 |
| Binary | 11011011 | 1110101 | 101110 | 0 | 101111 | 1001111 | 1110 | 11001 | 1000111 | 110100 |
Color Harmonies of #DB752E
Complementary color
Monochromatic Colors of #DB752E
Black with #DB752E
Text Example
Text Example
White with #DB752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB752E; }
p { color: rgb(219,117,46); }
H1.HeaderClassName
{
color: #DB752E;
}
.AnyTagClassName
{
color: #DB752E;
}
</style>
background-color css
<style>
a { background-color: #DB752E; }
a { background-color: rgb(219,117,46); }
div.DivClassName
{
background-color: #DB752E;
}
.BgClassName
{
background-color: #DB752E;
}
</style>
border-color css
<style>
span { border-color: #DB752E; }
span { border-color: rgb(219,117,46); }
td.TdClassName
{
border-color: #DB752E;
}
.TagClassName
{
border-color: #DB752E;
}
</style>