Shades of Tahiti Gold #DB752D
Tints of Tahiti Gold #DB752D
RGB
CMYK
RGB Variations
Color information
#DB752D (or 0xDB752D) is known color: Tahiti Gold. HEX triplet: DB, 75 and 2D. RGB value is (219,117,45). Sum of RGB (Red+Green+Blue) = 219+117+45=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB752D is #248AD2. Grayscale: #8B8B8B. Windows color (decimal): -2394835 or 2979291. OLE color: 2979291.
HSL color Cylindrical-coordinate representation of color #DB752D: hue angle of 24.83º 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 #DB752D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 45 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.14 |
| HSL | 24.83º | 0.71% | 0.52% | - |
| HSV(B) | 24.83º | 0.79% | 0.86% | - |
| XYZ | 36.05 | 27.97 | 5.98 | - |
| YUV | 139.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 45 | 0 | 0.47 | 0.79 | 0.14 | 24.83 | 0.71 | 0.52 |
| Hex | DB | 75 | 2D | 0 | 2F | 4F | E | 19 | 47 | 34 |
| Octal | 333 | 165 | 55 | 0 | 57 | 117 | 16 | 31 | 107 | 64 |
| Binary | 11011011 | 1110101 | 101101 | 0 | 101111 | 1001111 | 1110 | 11001 | 1000111 | 110100 |
Color Harmonies of #DB752D
Complementary color
Monochromatic Colors of #DB752D
Black with #DB752D
Text Example
Text Example
White with #DB752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB752D; }
p { color: rgb(219,117,45); }
H1.HeaderClassName
{
color: #DB752D;
}
.AnyTagClassName
{
color: #DB752D;
}
</style>
background-color css
<style>
a { background-color: #DB752D; }
a { background-color: rgb(219,117,45); }
div.DivClassName
{
background-color: #DB752D;
}
.BgClassName
{
background-color: #DB752D;
}
</style>
border-color css
<style>
span { border-color: #DB752D; }
span { border-color: rgb(219,117,45); }
td.TdClassName
{
border-color: #DB752D;
}
.TagClassName
{
border-color: #DB752D;
}
</style>