Shades of Tahiti Gold #D57525
Tints of Tahiti Gold #D57525
RGB
CMYK
RGB Variations
Color information
#D57525 (or 0xD57525) is known color: Tahiti Gold. HEX triplet: D5, 75 and 25. RGB value is (213,117,37). Sum of RGB (Red+Green+Blue) = 213+117+37=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D57525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57525 is #2A8ADA. Grayscale: #898989. Windows color (decimal): -2788059 or 2454997. OLE color: 2454997.
HSL color Cylindrical-coordinate representation of color #D57525: hue angle of 27.27º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D57525 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.16 |
| HSL | 27.27º | 0.7% | 0.49% | - |
| HSV(B) | 27.27º | 0.83% | 0.84% | - |
| XYZ | 34.14 | 27 | 5.16 | - |
| YUV | 136.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 37 | 0 | 0.45 | 0.83 | 0.16 | 27.27 | 0.7 | 0.49 |
| Hex | D5 | 75 | 25 | 0 | 2D | 53 | 10 | 1B | 46 | 31 |
| Octal | 325 | 165 | 45 | 0 | 55 | 123 | 20 | 33 | 106 | 61 |
| Binary | 11010101 | 1110101 | 100101 | 0 | 101101 | 1010011 | 10000 | 11011 | 1000110 | 110001 |
Color Harmonies of #D57525
Complementary color
Monochromatic Colors of #D57525
Black with #D57525
Text Example
Text Example
White with #D57525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57525; }
p { color: rgb(213,117,37); }
H1.HeaderClassName
{
color: #D57525;
}
.AnyTagClassName
{
color: #D57525;
}
</style>
background-color css
<style>
a { background-color: #D57525; }
a { background-color: rgb(213,117,37); }
div.DivClassName
{
background-color: #D57525;
}
.BgClassName
{
background-color: #D57525;
}
</style>
border-color css
<style>
span { border-color: #D57525; }
span { border-color: rgb(213,117,37); }
td.TdClassName
{
border-color: #D57525;
}
.TagClassName
{
border-color: #D57525;
}
</style>