Shades of Tahiti Gold #D77830
Tints of Tahiti Gold #D77830
RGB
CMYK
RGB Variations
Color information
#D77830 (or 0xD77830) is known color: Tahiti Gold. HEX triplet: D7, 78 and 30. RGB value is (215,120,48). Sum of RGB (Red+Green+Blue) = 215+120+48=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D77830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77830 is #2887CF. Grayscale: #8C8C8C. Windows color (decimal): -2656208 or 3176663. OLE color: 3176663.
HSL color Cylindrical-coordinate representation of color #D77830: hue angle of 25.87º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D77830 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 48 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.16 |
| HSL | 25.87º | 0.68% | 0.52% | - |
| HSV(B) | 25.87º | 0.78% | 0.84% | - |
| XYZ | 35.27 | 28.09 | 6.36 | - |
| YUV | 140.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 48 | 0 | 0.44 | 0.78 | 0.16 | 25.87 | 0.68 | 0.52 |
| Hex | D7 | 78 | 30 | 0 | 2C | 4E | 10 | 1A | 44 | 34 |
| Octal | 327 | 170 | 60 | 0 | 54 | 116 | 20 | 32 | 104 | 64 |
| Binary | 11010111 | 1111000 | 110000 | 0 | 101100 | 1001110 | 10000 | 11010 | 1000100 | 110100 |
Color Harmonies of #D77830
Complementary color
Monochromatic Colors of #D77830
Black with #D77830
Text Example
Text Example
White with #D77830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77830; }
p { color: rgb(215,120,48); }
H1.HeaderClassName
{
color: #D77830;
}
.AnyTagClassName
{
color: #D77830;
}
</style>
background-color css
<style>
a { background-color: #D77830; }
a { background-color: rgb(215,120,48); }
div.DivClassName
{
background-color: #D77830;
}
.BgClassName
{
background-color: #D77830;
}
</style>
border-color css
<style>
span { border-color: #D77830; }
span { border-color: rgb(215,120,48); }
td.TdClassName
{
border-color: #D77830;
}
.TagClassName
{
border-color: #D77830;
}
</style>