Shades of Tahiti Gold #DD771A
Tints of Tahiti Gold #DD771A
RGB
CMYK
RGB Variations
Color information
#DD771A (or 0xDD771A) is known color: Tahiti Gold. HEX triplet: DD, 77 and 1A. RGB value is (221,119,26). Sum of RGB (Red+Green+Blue) = 221+119+26=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD771A is #2288E5. Grayscale: #8B8B8B. Windows color (decimal): -2263270 or 1734621. OLE color: 1734621.
HSL color Cylindrical-coordinate representation of color #DD771A: hue angle of 28.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD771A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 26 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.13 |
| HSL | 28.62º | 0.79% | 0.48% | - |
| HSV(B) | 28.62º | 0.88% | 0.87% | - |
| XYZ | 36.6 | 28.64 | 4.58 | - |
| YUV | 138.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 26 | 0 | 0.46 | 0.88 | 0.13 | 28.62 | 0.79 | 0.48 |
| Hex | DD | 77 | 1A | 0 | 2E | 58 | D | 1D | 4F | 30 |
| Octal | 335 | 167 | 32 | 0 | 56 | 130 | 15 | 35 | 117 | 60 |
| Binary | 11011101 | 1110111 | 11010 | 0 | 101110 | 1011000 | 1101 | 11101 | 1001111 | 110000 |
Color Harmonies of #DD771A
Complementary color
Monochromatic Colors of #DD771A
Black with #DD771A
Text Example
Text Example
White with #DD771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD771A; }
p { color: rgb(221,119,26); }
H1.HeaderClassName
{
color: #DD771A;
}
.AnyTagClassName
{
color: #DD771A;
}
</style>
background-color css
<style>
a { background-color: #DD771A; }
a { background-color: rgb(221,119,26); }
div.DivClassName
{
background-color: #DD771A;
}
.BgClassName
{
background-color: #DD771A;
}
</style>
border-color css
<style>
span { border-color: #DD771A; }
span { border-color: rgb(221,119,26); }
td.TdClassName
{
border-color: #DD771A;
}
.TagClassName
{
border-color: #DD771A;
}
</style>