Shades of Tahiti Gold #D7712A
Tints of Tahiti Gold #D7712A
RGB
CMYK
RGB Variations
Color information
#D7712A (or 0xD7712A) is known color: Tahiti Gold. HEX triplet: D7, 71 and 2A. RGB value is (215,113,42). Sum of RGB (Red+Green+Blue) = 215+113+42=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7712A is #288ED5. Grayscale: #878787. Windows color (decimal): -2658006 or 2781655. OLE color: 2781655.
HSL color Cylindrical-coordinate representation of color #D7712A: hue angle of 24.62º 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 #D7712A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 42 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.16 |
| HSL | 24.62º | 0.68% | 0.5% | - |
| HSV(B) | 24.62º | 0.8% | 0.84% | - |
| XYZ | 34.35 | 26.42 | 5.48 | - |
| YUV | 135.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 42 | 0 | 0.47 | 0.80 | 0.16 | 24.62 | 0.68 | 0.5 |
| Hex | D7 | 71 | 2A | 0 | 2F | 50 | 10 | 19 | 44 | 32 |
| Octal | 327 | 161 | 52 | 0 | 57 | 120 | 20 | 31 | 104 | 62 |
| Binary | 11010111 | 1110001 | 101010 | 0 | 101111 | 1010000 | 10000 | 11001 | 1000100 | 110010 |
Color Harmonies of #D7712A
Complementary color
Monochromatic Colors of #D7712A
Black with #D7712A
Text Example
Text Example
White with #D7712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7712A; }
p { color: rgb(215,113,42); }
H1.HeaderClassName
{
color: #D7712A;
}
.AnyTagClassName
{
color: #D7712A;
}
</style>
background-color css
<style>
a { background-color: #D7712A; }
a { background-color: rgb(215,113,42); }
div.DivClassName
{
background-color: #D7712A;
}
.BgClassName
{
background-color: #D7712A;
}
</style>
border-color css
<style>
span { border-color: #D7712A; }
span { border-color: rgb(215,113,42); }
td.TdClassName
{
border-color: #D7712A;
}
.TagClassName
{
border-color: #D7712A;
}
</style>