Shades of Tahiti Gold #D6752D
Tints of Tahiti Gold #D6752D
RGB
CMYK
RGB Variations
Color information
#D6752D (or 0xD6752D) is known color: Tahiti Gold. HEX triplet: D6, 75 and 2D. RGB value is (214,117,45). Sum of RGB (Red+Green+Blue) = 214+117+45=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6752D is #298AD2. Grayscale: #8A8A8A. Windows color (decimal): -2722515 or 2979286. OLE color: 2979286.
HSL color Cylindrical-coordinate representation of color #D6752D: hue angle of 25.56º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6752D is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 45 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.16 |
| HSL | 25.56º | 0.67% | 0.51% | - |
| HSV(B) | 25.56º | 0.79% | 0.84% | - |
| XYZ | 34.57 | 27.21 | 5.91 | - |
| YUV | 137.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 45 | 0 | 0.45 | 0.79 | 0.16 | 25.56 | 0.67 | 0.51 |
| Hex | D6 | 75 | 2D | 0 | 2D | 4F | 10 | 1A | 43 | 33 |
| Octal | 326 | 165 | 55 | 0 | 55 | 117 | 20 | 32 | 103 | 63 |
| Binary | 11010110 | 1110101 | 101101 | 0 | 101101 | 1001111 | 10000 | 11010 | 1000011 | 110011 |
Color Harmonies of #D6752D
Complementary color
Monochromatic Colors of #D6752D
Black with #D6752D
Text Example
Text Example
White with #D6752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6752D; }
p { color: rgb(214,117,45); }
H1.HeaderClassName
{
color: #D6752D;
}
.AnyTagClassName
{
color: #D6752D;
}
</style>
background-color css
<style>
a { background-color: #D6752D; }
a { background-color: rgb(214,117,45); }
div.DivClassName
{
background-color: #D6752D;
}
.BgClassName
{
background-color: #D6752D;
}
</style>
border-color css
<style>
span { border-color: #D6752D; }
span { border-color: rgb(214,117,45); }
td.TdClassName
{
border-color: #D6752D;
}
.TagClassName
{
border-color: #D6752D;
}
</style>