Shades of Tahiti Gold #DD7726
Tints of Tahiti Gold #DD7726
RGB
CMYK
RGB Variations
Color information
#DD7726 (or 0xDD7726) is known color: Tahiti Gold. HEX triplet: DD, 77 and 26. RGB value is (221,119,38). Sum of RGB (Red+Green+Blue) = 221+119+38=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7726 is #2288D9. Grayscale: #8C8C8C. Windows color (decimal): -2263258 or 2521053. OLE color: 2521053.
HSL color Cylindrical-coordinate representation of color #DD7726: hue angle of 26.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD7726 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 38 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.13 |
| HSL | 26.56º | 0.73% | 0.51% | - |
| HSV(B) | 26.56º | 0.83% | 0.87% | - |
| XYZ | 36.77 | 28.71 | 5.44 | - |
| YUV | 140.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 38 | 0 | 0.46 | 0.83 | 0.13 | 26.56 | 0.73 | 0.51 |
| Hex | DD | 77 | 26 | 0 | 2E | 53 | D | 1B | 49 | 33 |
| Octal | 335 | 167 | 46 | 0 | 56 | 123 | 15 | 33 | 111 | 63 |
| Binary | 11011101 | 1110111 | 100110 | 0 | 101110 | 1010011 | 1101 | 11011 | 1001001 | 110011 |
Color Harmonies of #DD7726
Complementary color
Monochromatic Colors of #DD7726
Black with #DD7726
Text Example
Text Example
White with #DD7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7726; }
p { color: rgb(221,119,38); }
H1.HeaderClassName
{
color: #DD7726;
}
.AnyTagClassName
{
color: #DD7726;
}
</style>
background-color css
<style>
a { background-color: #DD7726; }
a { background-color: rgb(221,119,38); }
div.DivClassName
{
background-color: #DD7726;
}
.BgClassName
{
background-color: #DD7726;
}
</style>
border-color css
<style>
span { border-color: #DD7726; }
span { border-color: rgb(221,119,38); }
td.TdClassName
{
border-color: #DD7726;
}
.TagClassName
{
border-color: #DD7726;
}
</style>