Shades of Tahiti Gold #DA752D
Tints of Tahiti Gold #DA752D
RGB
CMYK
RGB Variations
Color information
#DA752D (or 0xDA752D) is known color: Tahiti Gold. HEX triplet: DA, 75 and 2D. RGB value is (218,117,45). Sum of RGB (Red+Green+Blue) = 218+117+45=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA752D is #258AD2. Grayscale: #8B8B8B. Windows color (decimal): -2460371 or 2979290. OLE color: 2979290.
HSL color Cylindrical-coordinate representation of color #DA752D: hue angle of 24.97º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA752D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 45 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.15 |
| HSL | 24.97º | 0.7% | 0.52% | - |
| HSV(B) | 24.97º | 0.79% | 0.85% | - |
| XYZ | 35.75 | 27.82 | 5.97 | - |
| YUV | 138.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 45 | 0 | 0.46 | 0.79 | 0.15 | 24.97 | 0.7 | 0.52 |
| Hex | DA | 75 | 2D | 0 | 2E | 4F | F | 19 | 46 | 34 |
| Octal | 332 | 165 | 55 | 0 | 56 | 117 | 17 | 31 | 106 | 64 |
| Binary | 11011010 | 1110101 | 101101 | 0 | 101110 | 1001111 | 1111 | 11001 | 1000110 | 110100 |
Color Harmonies of #DA752D
Complementary color
Monochromatic Colors of #DA752D
Black with #DA752D
Text Example
Text Example
White with #DA752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA752D; }
p { color: rgb(218,117,45); }
H1.HeaderClassName
{
color: #DA752D;
}
.AnyTagClassName
{
color: #DA752D;
}
</style>
background-color css
<style>
a { background-color: #DA752D; }
a { background-color: rgb(218,117,45); }
div.DivClassName
{
background-color: #DA752D;
}
.BgClassName
{
background-color: #DA752D;
}
</style>
border-color css
<style>
span { border-color: #DA752D; }
span { border-color: rgb(218,117,45); }
td.TdClassName
{
border-color: #DA752D;
}
.TagClassName
{
border-color: #DA752D;
}
</style>