Shades of Tahiti Gold #D77122
Tints of Tahiti Gold #D77122
RGB
CMYK
RGB Variations
Color information
#D77122 (or 0xD77122) is known color: Tahiti Gold. HEX triplet: D7, 71 and 22. RGB value is (215,113,34). Sum of RGB (Red+Green+Blue) = 215+113+34=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D77122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77122 is #288EDD. Grayscale: #868686. Windows color (decimal): -2658014 or 2257367. OLE color: 2257367.
HSL color Cylindrical-coordinate representation of color #D77122: hue angle of 26.19º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D77122 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 34 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.16 |
| HSL | 26.19º | 0.73% | 0.49% | - |
| HSV(B) | 26.19º | 0.84% | 0.84% | - |
| XYZ | 34.22 | 26.37 | 4.8 | - |
| YUV | 134.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 34 | 0 | 0.47 | 0.84 | 0.16 | 26.19 | 0.73 | 0.49 |
| Hex | D7 | 71 | 22 | 0 | 2F | 54 | 10 | 1A | 49 | 31 |
| Octal | 327 | 161 | 42 | 0 | 57 | 124 | 20 | 32 | 111 | 61 |
| Binary | 11010111 | 1110001 | 100010 | 0 | 101111 | 1010100 | 10000 | 11010 | 1001001 | 110001 |
Color Harmonies of #D77122
Complementary color
Monochromatic Colors of #D77122
Black with #D77122
Text Example
Text Example
White with #D77122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77122; }
p { color: rgb(215,113,34); }
H1.HeaderClassName
{
color: #D77122;
}
.AnyTagClassName
{
color: #D77122;
}
</style>
background-color css
<style>
a { background-color: #D77122; }
a { background-color: rgb(215,113,34); }
div.DivClassName
{
background-color: #D77122;
}
.BgClassName
{
background-color: #D77122;
}
</style>
border-color css
<style>
span { border-color: #D77122; }
span { border-color: rgb(215,113,34); }
td.TdClassName
{
border-color: #D77122;
}
.TagClassName
{
border-color: #D77122;
}
</style>