Shades of Tahiti Gold #D77523
Tints of Tahiti Gold #D77523
RGB
CMYK
RGB Variations
Color information
#D77523 (or 0xD77523) is known color: Tahiti Gold. HEX triplet: D7, 75 and 23. RGB value is (215,117,35). Sum of RGB (Red+Green+Blue) = 215+117+35=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D77523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77523 is #288ADC. Grayscale: #898989. Windows color (decimal): -2656989 or 2323927. OLE color: 2323927.
HSL color Cylindrical-coordinate representation of color #D77523: hue angle of 27.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D77523 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 35 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.16 |
| HSL | 27.33º | 0.72% | 0.49% | - |
| HSV(B) | 27.33º | 0.84% | 0.84% | - |
| XYZ | 34.69 | 27.29 | 5.03 | - |
| YUV | 136.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 35 | 0 | 0.46 | 0.84 | 0.16 | 27.33 | 0.72 | 0.49 |
| Hex | D7 | 75 | 23 | 0 | 2E | 54 | 10 | 1B | 48 | 31 |
| Octal | 327 | 165 | 43 | 0 | 56 | 124 | 20 | 33 | 110 | 61 |
| Binary | 11010111 | 1110101 | 100011 | 0 | 101110 | 1010100 | 10000 | 11011 | 1001000 | 110001 |
Color Harmonies of #D77523
Complementary color
Monochromatic Colors of #D77523
Black with #D77523
Text Example
Text Example
White with #D77523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77523; }
p { color: rgb(215,117,35); }
H1.HeaderClassName
{
color: #D77523;
}
.AnyTagClassName
{
color: #D77523;
}
</style>
background-color css
<style>
a { background-color: #D77523; }
a { background-color: rgb(215,117,35); }
div.DivClassName
{
background-color: #D77523;
}
.BgClassName
{
background-color: #D77523;
}
</style>
border-color css
<style>
span { border-color: #D77523; }
span { border-color: rgb(215,117,35); }
td.TdClassName
{
border-color: #D77523;
}
.TagClassName
{
border-color: #D77523;
}
</style>