Shades of Tahiti Gold #D7752B
Tints of Tahiti Gold #D7752B
RGB
CMYK
RGB Variations
Color information
#D7752B (or 0xD7752B) is known color: Tahiti Gold. HEX triplet: D7, 75 and 2B. RGB value is (215,117,43). Sum of RGB (Red+Green+Blue) = 215+117+43=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7752B is #288AD4. Grayscale: #8A8A8A. Windows color (decimal): -2656981 or 2848215. OLE color: 2848215.
HSL color Cylindrical-coordinate representation of color #D7752B: hue angle of 25.81º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7752B is Cyan = 0, Magento = 0.46, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 43 | - |
| CMYK | 0 | 0.46 | 0.8 | 0.16 |
| HSL | 25.81º | 0.68% | 0.51% | - |
| HSV(B) | 25.81º | 0.8% | 0.84% | - |
| XYZ | 34.82 | 27.34 | 5.73 | - |
| YUV | 137.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 43 | 0 | 0.46 | 0.8 | 0.16 | 25.81 | 0.68 | 0.51 |
| Hex | D7 | 75 | 2B | 0 | 2E | 50 | 10 | 1A | 44 | 33 |
| Octal | 327 | 165 | 53 | 0 | 56 | 120 | 20 | 32 | 104 | 63 |
| Binary | 11010111 | 1110101 | 101011 | 0 | 101110 | 1010000 | 10000 | 11010 | 1000100 | 110011 |
Color Harmonies of #D7752B
Complementary color
Monochromatic Colors of #D7752B
Black with #D7752B
Text Example
Text Example
White with #D7752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7752B; }
p { color: rgb(215,117,43); }
H1.HeaderClassName
{
color: #D7752B;
}
.AnyTagClassName
{
color: #D7752B;
}
</style>
background-color css
<style>
a { background-color: #D7752B; }
a { background-color: rgb(215,117,43); }
div.DivClassName
{
background-color: #D7752B;
}
.BgClassName
{
background-color: #D7752B;
}
</style>
border-color css
<style>
span { border-color: #D7752B; }
span { border-color: rgb(215,117,43); }
td.TdClassName
{
border-color: #D7752B;
}
.TagClassName
{
border-color: #D7752B;
}
</style>