Shades of Tahiti Gold #D47529
Tints of Tahiti Gold #D47529
RGB
CMYK
RGB Variations
Color information
#D47529 (or 0xD47529) is known color: Tahiti Gold. HEX triplet: D4, 75 and 29. RGB value is (212,117,41). Sum of RGB (Red+Green+Blue) = 212+117+41=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D47529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47529 is #2B8AD6. Grayscale: #898989. Windows color (decimal): -2853591 or 2717140. OLE color: 2717140.
HSL color Cylindrical-coordinate representation of color #D47529: hue angle of 26.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D47529 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 41 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.17 |
| HSL | 26.67º | 0.68% | 0.5% | - |
| HSV(B) | 26.67º | 0.81% | 0.83% | - |
| XYZ | 33.91 | 26.88 | 5.5 | - |
| YUV | 136.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 41 | 0 | 0.45 | 0.81 | 0.17 | 26.67 | 0.68 | 0.5 |
| Hex | D4 | 75 | 29 | 0 | 2D | 51 | 11 | 1B | 44 | 32 |
| Octal | 324 | 165 | 51 | 0 | 55 | 121 | 21 | 33 | 104 | 62 |
| Binary | 11010100 | 1110101 | 101001 | 0 | 101101 | 1010001 | 10001 | 11011 | 1000100 | 110010 |
Color Harmonies of #D47529
Complementary color
Monochromatic Colors of #D47529
Black with #D47529
Text Example
Text Example
White with #D47529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47529; }
p { color: rgb(212,117,41); }
H1.HeaderClassName
{
color: #D47529;
}
.AnyTagClassName
{
color: #D47529;
}
</style>
background-color css
<style>
a { background-color: #D47529; }
a { background-color: rgb(212,117,41); }
div.DivClassName
{
background-color: #D47529;
}
.BgClassName
{
background-color: #D47529;
}
</style>
border-color css
<style>
span { border-color: #D47529; }
span { border-color: rgb(212,117,41); }
td.TdClassName
{
border-color: #D47529;
}
.TagClassName
{
border-color: #D47529;
}
</style>