Shades of Tahiti Gold #D76E26
Tints of Tahiti Gold #D76E26
RGB
CMYK
RGB Variations
Color information
#D76E26 (or 0xD76E26) is known color: Tahiti Gold. HEX triplet: D7, 6E and 26. RGB value is (215,110,38). Sum of RGB (Red+Green+Blue) = 215+110+38=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E26 is #2891D9. Grayscale: #858585. Windows color (decimal): -2658778 or 2518743. OLE color: 2518743.
HSL color Cylindrical-coordinate representation of color #D76E26: hue angle of 24.41º 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 #D76E26 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 38 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.16 |
| HSL | 24.41º | 0.7% | 0.5% | - |
| HSV(B) | 24.41º | 0.82% | 0.84% | - |
| XYZ | 33.95 | 25.74 | 5.01 | - |
| YUV | 133.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 38 | 0 | 0.49 | 0.82 | 0.16 | 24.41 | 0.7 | 0.5 |
| Hex | D7 | 6E | 26 | 0 | 31 | 52 | 10 | 18 | 46 | 32 |
| Octal | 327 | 156 | 46 | 0 | 61 | 122 | 20 | 30 | 106 | 62 |
| Binary | 11010111 | 1101110 | 100110 | 0 | 110001 | 1010010 | 10000 | 11000 | 1000110 | 110010 |
Color Harmonies of #D76E26
Complementary color
Monochromatic Colors of #D76E26
Black with #D76E26
Text Example
Text Example
White with #D76E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E26; }
p { color: rgb(215,110,38); }
H1.HeaderClassName
{
color: #D76E26;
}
.AnyTagClassName
{
color: #D76E26;
}
</style>
background-color css
<style>
a { background-color: #D76E26; }
a { background-color: rgb(215,110,38); }
div.DivClassName
{
background-color: #D76E26;
}
.BgClassName
{
background-color: #D76E26;
}
</style>
border-color css
<style>
span { border-color: #D76E26; }
span { border-color: rgb(215,110,38); }
td.TdClassName
{
border-color: #D76E26;
}
.TagClassName
{
border-color: #D76E26;
}
</style>