Shades of Tahiti Gold #DD7625
Tints of Tahiti Gold #DD7625
RGB
CMYK
RGB Variations
Color information
#DD7625 (or 0xDD7625) is known color: Tahiti Gold. HEX triplet: DD, 76 and 25. RGB value is (221,118,37). Sum of RGB (Red+Green+Blue) = 221+118+37=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7625 is #2289DA. Grayscale: #8B8B8B. Windows color (decimal): -2263515 or 2455261. OLE color: 2455261.
HSL color Cylindrical-coordinate representation of color #DD7625: hue angle of 26.41º 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 #DD7625 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 37 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.13 |
| HSL | 26.41º | 0.73% | 0.51% | - |
| HSV(B) | 26.41º | 0.83% | 0.87% | - |
| XYZ | 36.63 | 28.46 | 5.31 | - |
| YUV | 139.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 37 | 0 | 0.47 | 0.83 | 0.13 | 26.41 | 0.73 | 0.51 |
| Hex | DD | 76 | 25 | 0 | 2F | 53 | D | 1A | 49 | 33 |
| Octal | 335 | 166 | 45 | 0 | 57 | 123 | 15 | 32 | 111 | 63 |
| Binary | 11011101 | 1110110 | 100101 | 0 | 101111 | 1010011 | 1101 | 11010 | 1001001 | 110011 |
Color Harmonies of #DD7625
Complementary color
Monochromatic Colors of #DD7625
Black with #DD7625
Text Example
Text Example
White with #DD7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7625; }
p { color: rgb(221,118,37); }
H1.HeaderClassName
{
color: #DD7625;
}
.AnyTagClassName
{
color: #DD7625;
}
</style>
background-color css
<style>
a { background-color: #DD7625; }
a { background-color: rgb(221,118,37); }
div.DivClassName
{
background-color: #DD7625;
}
.BgClassName
{
background-color: #DD7625;
}
</style>
border-color css
<style>
span { border-color: #DD7625; }
span { border-color: rgb(221,118,37); }
td.TdClassName
{
border-color: #DD7625;
}
.TagClassName
{
border-color: #DD7625;
}
</style>