Shades of Tahiti Gold #D77A26
Tints of Tahiti Gold #D77A26
RGB
CMYK
RGB Variations
Color information
#D77A26 (or 0xD77A26) is known color: Tahiti Gold. HEX triplet: D7, 7A and 26. RGB value is (215,122,38). Sum of RGB (Red+Green+Blue) = 215+122+38=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A26 is #2885D9. Grayscale: #8C8C8C. Windows color (decimal): -2655706 or 2521815. OLE color: 2521815.
HSL color Cylindrical-coordinate representation of color #D77A26: hue angle of 28.47º 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 #D77A26 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 38 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.16 |
| HSL | 28.47º | 0.7% | 0.5% | - |
| HSV(B) | 28.47º | 0.82% | 0.84% | - |
| XYZ | 35.33 | 28.51 | 5.47 | - |
| YUV | 140.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 38 | 0 | 0.43 | 0.82 | 0.16 | 28.47 | 0.7 | 0.5 |
| Hex | D7 | 7A | 26 | 0 | 2B | 52 | 10 | 1C | 46 | 32 |
| Octal | 327 | 172 | 46 | 0 | 53 | 122 | 20 | 34 | 106 | 62 |
| Binary | 11010111 | 1111010 | 100110 | 0 | 101011 | 1010010 | 10000 | 11100 | 1000110 | 110010 |
Color Harmonies of #D77A26
Complementary color
Monochromatic Colors of #D77A26
Black with #D77A26
Text Example
Text Example
White with #D77A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A26; }
p { color: rgb(215,122,38); }
H1.HeaderClassName
{
color: #D77A26;
}
.AnyTagClassName
{
color: #D77A26;
}
</style>
background-color css
<style>
a { background-color: #D77A26; }
a { background-color: rgb(215,122,38); }
div.DivClassName
{
background-color: #D77A26;
}
.BgClassName
{
background-color: #D77A26;
}
</style>
border-color css
<style>
span { border-color: #D77A26; }
span { border-color: rgb(215,122,38); }
td.TdClassName
{
border-color: #D77A26;
}
.TagClassName
{
border-color: #D77A26;
}
</style>