Shades of Tahiti Gold #DD7325
Tints of Tahiti Gold #DD7325
RGB
CMYK
RGB Variations
Color information
#DD7325 (or 0xDD7325) is known color: Tahiti Gold. HEX triplet: DD, 73 and 25. RGB value is (221,115,37). Sum of RGB (Red+Green+Blue) = 221+115+37=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7325 is #228CDA. Grayscale: #8A8A8A. Windows color (decimal): -2264283 or 2454493. OLE color: 2454493.
HSL color Cylindrical-coordinate representation of color #DD7325: hue angle of 25.43º 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 #DD7325 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 37 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.13 |
| HSL | 25.43º | 0.73% | 0.51% | - |
| HSV(B) | 25.43º | 0.83% | 0.87% | - |
| XYZ | 36.28 | 27.77 | 5.2 | - |
| YUV | 137.8 | 71.12 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 37 | 0 | 0.48 | 0.83 | 0.13 | 25.43 | 0.73 | 0.51 |
| Hex | DD | 73 | 25 | 0 | 30 | 53 | D | 19 | 49 | 33 |
| Octal | 335 | 163 | 45 | 0 | 60 | 123 | 15 | 31 | 111 | 63 |
| Binary | 11011101 | 1110011 | 100101 | 0 | 110000 | 1010011 | 1101 | 11001 | 1001001 | 110011 |
Color Harmonies of #DD7325
Complementary color
Monochromatic Colors of #DD7325
Black with #DD7325
Text Example
Text Example
White with #DD7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7325; }
p { color: rgb(221,115,37); }
H1.HeaderClassName
{
color: #DD7325;
}
.AnyTagClassName
{
color: #DD7325;
}
</style>
background-color css
<style>
a { background-color: #DD7325; }
a { background-color: rgb(221,115,37); }
div.DivClassName
{
background-color: #DD7325;
}
.BgClassName
{
background-color: #DD7325;
}
</style>
border-color css
<style>
span { border-color: #DD7325; }
span { border-color: rgb(221,115,37); }
td.TdClassName
{
border-color: #DD7325;
}
.TagClassName
{
border-color: #DD7325;
}
</style>