Shades of Tahiti Gold #D5772D
Tints of Tahiti Gold #D5772D
RGB
CMYK
RGB Variations
Color information
#D5772D (or 0xD5772D) is known color: Tahiti Gold. HEX triplet: D5, 77 and 2D. RGB value is (213,119,45). Sum of RGB (Red+Green+Blue) = 213+119+45=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5772D is #2A88D2. Grayscale: #8B8B8B. Windows color (decimal): -2787539 or 2979797. OLE color: 2979797.
HSL color Cylindrical-coordinate representation of color #D5772D: hue angle of 26.43º 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 #D5772D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 45 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.16 |
| HSL | 26.43º | 0.67% | 0.51% | - |
| HSV(B) | 26.43º | 0.79% | 0.84% | - |
| XYZ | 34.51 | 27.53 | 5.98 | - |
| YUV | 138.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 45 | 0 | 0.44 | 0.79 | 0.16 | 26.43 | 0.67 | 0.51 |
| Hex | D5 | 77 | 2D | 0 | 2C | 4F | 10 | 1A | 43 | 33 |
| Octal | 325 | 167 | 55 | 0 | 54 | 117 | 20 | 32 | 103 | 63 |
| Binary | 11010101 | 1110111 | 101101 | 0 | 101100 | 1001111 | 10000 | 11010 | 1000011 | 110011 |
Color Harmonies of #D5772D
Complementary color
Monochromatic Colors of #D5772D
Black with #D5772D
Text Example
Text Example
White with #D5772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5772D; }
p { color: rgb(213,119,45); }
H1.HeaderClassName
{
color: #D5772D;
}
.AnyTagClassName
{
color: #D5772D;
}
</style>
background-color css
<style>
a { background-color: #D5772D; }
a { background-color: rgb(213,119,45); }
div.DivClassName
{
background-color: #D5772D;
}
.BgClassName
{
background-color: #D5772D;
}
</style>
border-color css
<style>
span { border-color: #D5772D; }
span { border-color: rgb(213,119,45); }
td.TdClassName
{
border-color: #D5772D;
}
.TagClassName
{
border-color: #D5772D;
}
</style>