Shades of Tahiti Gold #D77526
Tints of Tahiti Gold #D77526
RGB
CMYK
RGB Variations
Color information
#D77526 (or 0xD77526) is known color: Tahiti Gold. HEX triplet: D7, 75 and 26. RGB value is (215,117,38). Sum of RGB (Red+Green+Blue) = 215+117+38=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D77526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77526 is #288AD9. Grayscale: #898989. Windows color (decimal): -2656986 or 2520535. OLE color: 2520535.
HSL color Cylindrical-coordinate representation of color #D77526: hue angle of 26.78º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D77526 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 38 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.16 |
| HSL | 26.78º | 0.7% | 0.5% | - |
| HSV(B) | 26.78º | 0.82% | 0.84% | - |
| XYZ | 34.74 | 27.31 | 5.27 | - |
| YUV | 137.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 38 | 0 | 0.46 | 0.82 | 0.16 | 26.78 | 0.7 | 0.5 |
| Hex | D7 | 75 | 26 | 0 | 2E | 52 | 10 | 1B | 46 | 32 |
| Octal | 327 | 165 | 46 | 0 | 56 | 122 | 20 | 33 | 106 | 62 |
| Binary | 11010111 | 1110101 | 100110 | 0 | 101110 | 1010010 | 10000 | 11011 | 1000110 | 110010 |
Color Harmonies of #D77526
Complementary color
Monochromatic Colors of #D77526
Black with #D77526
Text Example
Text Example
White with #D77526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77526; }
p { color: rgb(215,117,38); }
H1.HeaderClassName
{
color: #D77526;
}
.AnyTagClassName
{
color: #D77526;
}
</style>
background-color css
<style>
a { background-color: #D77526; }
a { background-color: rgb(215,117,38); }
div.DivClassName
{
background-color: #D77526;
}
.BgClassName
{
background-color: #D77526;
}
</style>
border-color css
<style>
span { border-color: #D77526; }
span { border-color: rgb(215,117,38); }
td.TdClassName
{
border-color: #D77526;
}
.TagClassName
{
border-color: #D77526;
}
</style>