Shades of Tahiti Gold #D7762D
Tints of Tahiti Gold #D7762D
RGB
CMYK
RGB Variations
Color information
#D7762D (or 0xD7762D) is known color: Tahiti Gold. HEX triplet: D7, 76 and 2D. RGB value is (215,118,45). Sum of RGB (Red+Green+Blue) = 215+118+45=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7762D is #2889D2. Grayscale: #8B8B8B. Windows color (decimal): -2656723 or 2979543. OLE color: 2979543.
HSL color Cylindrical-coordinate representation of color #D7762D: hue angle of 25.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7762D is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 45 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.16 |
| HSL | 25.76º | 0.68% | 0.51% | - |
| HSV(B) | 25.76º | 0.79% | 0.84% | - |
| XYZ | 34.98 | 27.59 | 5.97 | - |
| YUV | 138.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 45 | 0 | 0.45 | 0.79 | 0.16 | 25.76 | 0.68 | 0.51 |
| Hex | D7 | 76 | 2D | 0 | 2D | 4F | 10 | 1A | 44 | 33 |
| Octal | 327 | 166 | 55 | 0 | 55 | 117 | 20 | 32 | 104 | 63 |
| Binary | 11010111 | 1110110 | 101101 | 0 | 101101 | 1001111 | 10000 | 11010 | 1000100 | 110011 |
Color Harmonies of #D7762D
Complementary color
Monochromatic Colors of #D7762D
Black with #D7762D
Text Example
Text Example
White with #D7762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7762D; }
p { color: rgb(215,118,45); }
H1.HeaderClassName
{
color: #D7762D;
}
.AnyTagClassName
{
color: #D7762D;
}
</style>
background-color css
<style>
a { background-color: #D7762D; }
a { background-color: rgb(215,118,45); }
div.DivClassName
{
background-color: #D7762D;
}
.BgClassName
{
background-color: #D7762D;
}
</style>
border-color css
<style>
span { border-color: #D7762D; }
span { border-color: rgb(215,118,45); }
td.TdClassName
{
border-color: #D7762D;
}
.TagClassName
{
border-color: #D7762D;
}
</style>