Shades of Tahiti Gold #D77228
Tints of Tahiti Gold #D77228
RGB
CMYK
RGB Variations
Color information
#D77228 (or 0xD77228) is known color: Tahiti Gold. HEX triplet: D7, 72 and 28. RGB value is (215,114,40). Sum of RGB (Red+Green+Blue) = 215+114+40=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D77228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77228 is #288DD7. Grayscale: #888888. Windows color (decimal): -2657752 or 2650839. OLE color: 2650839.
HSL color Cylindrical-coordinate representation of color #D77228: hue angle of 25.37º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D77228 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 40 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.16 |
| HSL | 25.37º | 0.69% | 0.5% | - |
| HSV(B) | 25.37º | 0.81% | 0.84% | - |
| XYZ | 34.42 | 26.63 | 5.33 | - |
| YUV | 135.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 40 | 0 | 0.47 | 0.81 | 0.16 | 25.37 | 0.69 | 0.5 |
| Hex | D7 | 72 | 28 | 0 | 2F | 51 | 10 | 19 | 45 | 32 |
| Octal | 327 | 162 | 50 | 0 | 57 | 121 | 20 | 31 | 105 | 62 |
| Binary | 11010111 | 1110010 | 101000 | 0 | 101111 | 1010001 | 10000 | 11001 | 1000101 | 110010 |
Color Harmonies of #D77228
Complementary color
Monochromatic Colors of #D77228
Black with #D77228
Text Example
Text Example
White with #D77228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77228; }
p { color: rgb(215,114,40); }
H1.HeaderClassName
{
color: #D77228;
}
.AnyTagClassName
{
color: #D77228;
}
</style>
background-color css
<style>
a { background-color: #D77228; }
a { background-color: rgb(215,114,40); }
div.DivClassName
{
background-color: #D77228;
}
.BgClassName
{
background-color: #D77228;
}
</style>
border-color css
<style>
span { border-color: #D77228; }
span { border-color: rgb(215,114,40); }
td.TdClassName
{
border-color: #D77228;
}
.TagClassName
{
border-color: #D77228;
}
</style>