Shades of Tahiti Gold #D9762D
Tints of Tahiti Gold #D9762D
RGB
CMYK
RGB Variations
Color information
#D9762D (or 0xD9762D) is known color: Tahiti Gold. HEX triplet: D9, 76 and 2D. RGB value is (217,118,45). Sum of RGB (Red+Green+Blue) = 217+118+45=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9762D is #2689D2. Grayscale: #8B8B8B. Windows color (decimal): -2525651 or 2979545. OLE color: 2979545.
HSL color Cylindrical-coordinate representation of color #D9762D: hue angle of 25.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9762D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 45 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.15 |
| HSL | 25.47º | 0.69% | 0.51% | - |
| HSV(B) | 25.47º | 0.79% | 0.85% | - |
| XYZ | 35.57 | 27.9 | 5.99 | - |
| YUV | 139.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 45 | 0 | 0.46 | 0.79 | 0.15 | 25.47 | 0.69 | 0.51 |
| Hex | D9 | 76 | 2D | 0 | 2E | 4F | F | 19 | 45 | 33 |
| Octal | 331 | 166 | 55 | 0 | 56 | 117 | 17 | 31 | 105 | 63 |
| Binary | 11011001 | 1110110 | 101101 | 0 | 101110 | 1001111 | 1111 | 11001 | 1000101 | 110011 |
Color Harmonies of #D9762D
Complementary color
Monochromatic Colors of #D9762D
Black with #D9762D
Text Example
Text Example
White with #D9762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9762D; }
p { color: rgb(217,118,45); }
H1.HeaderClassName
{
color: #D9762D;
}
.AnyTagClassName
{
color: #D9762D;
}
</style>
background-color css
<style>
a { background-color: #D9762D; }
a { background-color: rgb(217,118,45); }
div.DivClassName
{
background-color: #D9762D;
}
.BgClassName
{
background-color: #D9762D;
}
</style>
border-color css
<style>
span { border-color: #D9762D; }
span { border-color: rgb(217,118,45); }
td.TdClassName
{
border-color: #D9762D;
}
.TagClassName
{
border-color: #D9762D;
}
</style>