Shades of Tahiti Gold #D6752B
Tints of Tahiti Gold #D6752B
RGB
CMYK
RGB Variations
Color information
#D6752B (or 0xD6752B) is known color: Tahiti Gold. HEX triplet: D6, 75 and 2B. RGB value is (214,117,43). Sum of RGB (Red+Green+Blue) = 214+117+43=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6752B is #298AD4. Grayscale: #898989. Windows color (decimal): -2722517 or 2848214. OLE color: 2848214.
HSL color Cylindrical-coordinate representation of color #D6752B: hue angle of 25.96º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6752B is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 43 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.16 |
| HSL | 25.96º | 0.68% | 0.5% | - |
| HSV(B) | 25.96º | 0.8% | 0.84% | - |
| XYZ | 34.53 | 27.19 | 5.71 | - |
| YUV | 137.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 43 | 0 | 0.45 | 0.80 | 0.16 | 25.96 | 0.68 | 0.5 |
| Hex | D6 | 75 | 2B | 0 | 2D | 50 | 10 | 1A | 44 | 32 |
| Octal | 326 | 165 | 53 | 0 | 55 | 120 | 20 | 32 | 104 | 62 |
| Binary | 11010110 | 1110101 | 101011 | 0 | 101101 | 1010000 | 10000 | 11010 | 1000100 | 110010 |
Color Harmonies of #D6752B
Complementary color
Monochromatic Colors of #D6752B
Black with #D6752B
Text Example
Text Example
White with #D6752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6752B; }
p { color: rgb(214,117,43); }
H1.HeaderClassName
{
color: #D6752B;
}
.AnyTagClassName
{
color: #D6752B;
}
</style>
background-color css
<style>
a { background-color: #D6752B; }
a { background-color: rgb(214,117,43); }
div.DivClassName
{
background-color: #D6752B;
}
.BgClassName
{
background-color: #D6752B;
}
</style>
border-color css
<style>
span { border-color: #D6752B; }
span { border-color: rgb(214,117,43); }
td.TdClassName
{
border-color: #D6752B;
}
.TagClassName
{
border-color: #D6752B;
}
</style>