Shades of Tahiti Gold #D5772C
Tints of Tahiti Gold #D5772C
RGB
CMYK
RGB Variations
Color information
#D5772C (or 0xD5772C) is known color: Tahiti Gold. HEX triplet: D5, 77 and 2C. RGB value is (213,119,44). Sum of RGB (Red+Green+Blue) = 213+119+44=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5772C is #2A88D3. Grayscale: #8A8A8A. Windows color (decimal): -2787540 or 2914261. OLE color: 2914261.
HSL color Cylindrical-coordinate representation of color #D5772C: hue angle of 26.63º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5772C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.16 |
| HSL | 26.63º | 0.67% | 0.5% | - |
| HSV(B) | 26.63º | 0.79% | 0.84% | - |
| XYZ | 34.49 | 27.52 | 5.88 | - |
| YUV | 138.56 | 74.64 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 44 | 0 | 0.44 | 0.79 | 0.16 | 26.63 | 0.67 | 0.5 |
| Hex | D5 | 77 | 2C | 0 | 2C | 4F | 10 | 1B | 43 | 32 |
| Octal | 325 | 167 | 54 | 0 | 54 | 117 | 20 | 33 | 103 | 62 |
| Binary | 11010101 | 1110111 | 101100 | 0 | 101100 | 1001111 | 10000 | 11011 | 1000011 | 110010 |
Color Harmonies of #D5772C
Complementary color
Monochromatic Colors of #D5772C
Black with #D5772C
Text Example
Text Example
White with #D5772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5772C; }
p { color: rgb(213,119,44); }
H1.HeaderClassName
{
color: #D5772C;
}
.AnyTagClassName
{
color: #D5772C;
}
</style>
background-color css
<style>
a { background-color: #D5772C; }
a { background-color: rgb(213,119,44); }
div.DivClassName
{
background-color: #D5772C;
}
.BgClassName
{
background-color: #D5772C;
}
</style>
border-color css
<style>
span { border-color: #D5772C; }
span { border-color: rgb(213,119,44); }
td.TdClassName
{
border-color: #D5772C;
}
.TagClassName
{
border-color: #D5772C;
}
</style>