Shades of Tahiti Gold #D57429
Tints of Tahiti Gold #D57429
RGB
CMYK
RGB Variations
Color information
#D57429 (or 0xD57429) is known color: Tahiti Gold. HEX triplet: D5, 74 and 29. RGB value is (213,116,41). Sum of RGB (Red+Green+Blue) = 213+116+41=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D57429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57429 is #2A8BD6. Grayscale: #888888. Windows color (decimal): -2788311 or 2716885. OLE color: 2716885.
HSL color Cylindrical-coordinate representation of color #D57429: hue angle of 26.16º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D57429 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 41 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.16 |
| HSL | 26.16º | 0.68% | 0.5% | - |
| HSV(B) | 26.16º | 0.81% | 0.84% | - |
| XYZ | 34.09 | 26.8 | 5.47 | - |
| YUV | 136.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 41 | 0 | 0.46 | 0.81 | 0.16 | 26.16 | 0.68 | 0.5 |
| Hex | D5 | 74 | 29 | 0 | 2E | 51 | 10 | 1A | 44 | 32 |
| Octal | 325 | 164 | 51 | 0 | 56 | 121 | 20 | 32 | 104 | 62 |
| Binary | 11010101 | 1110100 | 101001 | 0 | 101110 | 1010001 | 10000 | 11010 | 1000100 | 110010 |
Color Harmonies of #D57429
Complementary color
Monochromatic Colors of #D57429
Black with #D57429
Text Example
Text Example
White with #D57429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57429; }
p { color: rgb(213,116,41); }
H1.HeaderClassName
{
color: #D57429;
}
.AnyTagClassName
{
color: #D57429;
}
</style>
background-color css
<style>
a { background-color: #D57429; }
a { background-color: rgb(213,116,41); }
div.DivClassName
{
background-color: #D57429;
}
.BgClassName
{
background-color: #D57429;
}
</style>
border-color css
<style>
span { border-color: #D57429; }
span { border-color: rgb(213,116,41); }
td.TdClassName
{
border-color: #D57429;
}
.TagClassName
{
border-color: #D57429;
}
</style>