Shades of Tahiti Gold #D9752A
Tints of Tahiti Gold #D9752A
RGB
CMYK
RGB Variations
Color information
#D9752A (or 0xD9752A) is known color: Tahiti Gold. HEX triplet: D9, 75 and 2A. RGB value is (217,117,42). Sum of RGB (Red+Green+Blue) = 217+117+42=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9752A is #268AD5. Grayscale: #8A8A8A. Windows color (decimal): -2525910 or 2782681. OLE color: 2782681.
HSL color Cylindrical-coordinate representation of color #D9752A: hue angle of 25.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9752A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 42 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.15 |
| HSL | 25.71º | 0.7% | 0.51% | - |
| HSV(B) | 25.71º | 0.81% | 0.85% | - |
| XYZ | 35.39 | 27.64 | 5.66 | - |
| YUV | 138.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 42 | 0 | 0.46 | 0.81 | 0.15 | 25.71 | 0.7 | 0.51 |
| Hex | D9 | 75 | 2A | 0 | 2E | 51 | F | 1A | 46 | 33 |
| Octal | 331 | 165 | 52 | 0 | 56 | 121 | 17 | 32 | 106 | 63 |
| Binary | 11011001 | 1110101 | 101010 | 0 | 101110 | 1010001 | 1111 | 11010 | 1000110 | 110011 |
Color Harmonies of #D9752A
Complementary color
Monochromatic Colors of #D9752A
Black with #D9752A
Text Example
Text Example
White with #D9752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9752A; }
p { color: rgb(217,117,42); }
H1.HeaderClassName
{
color: #D9752A;
}
.AnyTagClassName
{
color: #D9752A;
}
</style>
background-color css
<style>
a { background-color: #D9752A; }
a { background-color: rgb(217,117,42); }
div.DivClassName
{
background-color: #D9752A;
}
.BgClassName
{
background-color: #D9752A;
}
</style>
border-color css
<style>
span { border-color: #D9752A; }
span { border-color: rgb(217,117,42); }
td.TdClassName
{
border-color: #D9752A;
}
.TagClassName
{
border-color: #D9752A;
}
</style>