Shades of Tahiti Gold #D77525
Tints of Tahiti Gold #D77525
RGB
CMYK
RGB Variations
Color information
#D77525 (or 0xD77525) is known color: Tahiti Gold. HEX triplet: D7, 75 and 25. RGB value is (215,117,37). Sum of RGB (Red+Green+Blue) = 215+117+37=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D77525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77525 is #288ADA. Grayscale: #898989. Windows color (decimal): -2656987 or 2454999. OLE color: 2454999.
HSL color Cylindrical-coordinate representation of color #D77525: hue angle of 26.97º degrees, saturation: 0.71, 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 #D77525 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 37 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.16 |
| HSL | 26.97º | 0.71% | 0.49% | - |
| HSV(B) | 26.97º | 0.83% | 0.84% | - |
| XYZ | 34.72 | 27.3 | 5.19 | - |
| YUV | 137.18 | 71.47 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 37 | 0 | 0.46 | 0.83 | 0.16 | 26.97 | 0.71 | 0.49 |
| Hex | D7 | 75 | 25 | 0 | 2E | 53 | 10 | 1B | 47 | 31 |
| Octal | 327 | 165 | 45 | 0 | 56 | 123 | 20 | 33 | 107 | 61 |
| Binary | 11010111 | 1110101 | 100101 | 0 | 101110 | 1010011 | 10000 | 11011 | 1000111 | 110001 |
Color Harmonies of #D77525
Complementary color
Monochromatic Colors of #D77525
Black with #D77525
Text Example
Text Example
White with #D77525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77525; }
p { color: rgb(215,117,37); }
H1.HeaderClassName
{
color: #D77525;
}
.AnyTagClassName
{
color: #D77525;
}
</style>
background-color css
<style>
a { background-color: #D77525; }
a { background-color: rgb(215,117,37); }
div.DivClassName
{
background-color: #D77525;
}
.BgClassName
{
background-color: #D77525;
}
</style>
border-color css
<style>
span { border-color: #D77525; }
span { border-color: rgb(215,117,37); }
td.TdClassName
{
border-color: #D77525;
}
.TagClassName
{
border-color: #D77525;
}
</style>