Shades of Tahiti Gold #D57929
Tints of Tahiti Gold #D57929
RGB
CMYK
RGB Variations
Color information
#D57929 (or 0xD57929) is known color: Tahiti Gold. HEX triplet: D5, 79 and 29. RGB value is (213,121,41). Sum of RGB (Red+Green+Blue) = 213+121+41=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D57929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57929 is #2A86D6. Grayscale: #8B8B8B. Windows color (decimal): -2787031 or 2718165. OLE color: 2718165.
HSL color Cylindrical-coordinate representation of color #D57929: hue angle of 27.91º 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 #D57929 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 41 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.16 |
| HSL | 27.91º | 0.68% | 0.5% | - |
| HSV(B) | 27.91º | 0.81% | 0.84% | - |
| XYZ | 34.68 | 27.98 | 5.67 | - |
| YUV | 139.39 | 72.48 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 41 | 0 | 0.43 | 0.81 | 0.16 | 27.91 | 0.68 | 0.5 |
| Hex | D5 | 79 | 29 | 0 | 2B | 51 | 10 | 1C | 44 | 32 |
| Octal | 325 | 171 | 51 | 0 | 53 | 121 | 20 | 34 | 104 | 62 |
| Binary | 11010101 | 1111001 | 101001 | 0 | 101011 | 1010001 | 10000 | 11100 | 1000100 | 110010 |
Color Harmonies of #D57929
Complementary color
Monochromatic Colors of #D57929
Black with #D57929
Text Example
Text Example
White with #D57929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57929; }
p { color: rgb(213,121,41); }
H1.HeaderClassName
{
color: #D57929;
}
.AnyTagClassName
{
color: #D57929;
}
</style>
background-color css
<style>
a { background-color: #D57929; }
a { background-color: rgb(213,121,41); }
div.DivClassName
{
background-color: #D57929;
}
.BgClassName
{
background-color: #D57929;
}
</style>
border-color css
<style>
span { border-color: #D57929; }
span { border-color: rgb(213,121,41); }
td.TdClassName
{
border-color: #D57929;
}
.TagClassName
{
border-color: #D57929;
}
</style>