Shades of Tahiti Gold #D7762A
Tints of Tahiti Gold #D7762A
RGB
CMYK
RGB Variations
Color information
#D7762A (or 0xD7762A) is known color: Tahiti Gold. HEX triplet: D7, 76 and 2A. RGB value is (215,118,42). Sum of RGB (Red+Green+Blue) = 215+118+42=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7762A is #2889D5. Grayscale: #8A8A8A. Windows color (decimal): -2656726 or 2782935. OLE color: 2782935.
HSL color Cylindrical-coordinate representation of color #D7762A: hue angle of 26.36º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7762A is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 42 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.16 |
| HSL | 26.36º | 0.68% | 0.5% | - |
| HSV(B) | 26.36º | 0.8% | 0.84% | - |
| XYZ | 34.92 | 27.57 | 5.67 | - |
| YUV | 138.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 42 | 0 | 0.45 | 0.80 | 0.16 | 26.36 | 0.68 | 0.5 |
| Hex | D7 | 76 | 2A | 0 | 2D | 50 | 10 | 1A | 44 | 32 |
| Octal | 327 | 166 | 52 | 0 | 55 | 120 | 20 | 32 | 104 | 62 |
| Binary | 11010111 | 1110110 | 101010 | 0 | 101101 | 1010000 | 10000 | 11010 | 1000100 | 110010 |
Color Harmonies of #D7762A
Complementary color
Monochromatic Colors of #D7762A
Black with #D7762A
Text Example
Text Example
White with #D7762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7762A; }
p { color: rgb(215,118,42); }
H1.HeaderClassName
{
color: #D7762A;
}
.AnyTagClassName
{
color: #D7762A;
}
</style>
background-color css
<style>
a { background-color: #D7762A; }
a { background-color: rgb(215,118,42); }
div.DivClassName
{
background-color: #D7762A;
}
.BgClassName
{
background-color: #D7762A;
}
</style>
border-color css
<style>
span { border-color: #D7762A; }
span { border-color: rgb(215,118,42); }
td.TdClassName
{
border-color: #D7762A;
}
.TagClassName
{
border-color: #D7762A;
}
</style>