Shades of Tahiti Gold #DD7525
Tints of Tahiti Gold #DD7525
RGB
CMYK
RGB Variations
Color information
#DD7525 (or 0xDD7525) is known color: Tahiti Gold. HEX triplet: DD, 75 and 25. RGB value is (221,117,37). Sum of RGB (Red+Green+Blue) = 221+117+37=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7525 is #228ADA. Grayscale: #8B8B8B. Windows color (decimal): -2263771 or 2455005. OLE color: 2455005.
HSL color Cylindrical-coordinate representation of color #DD7525: hue angle of 26.09º 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 #DD7525 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 37 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.13 |
| HSL | 26.09º | 0.73% | 0.51% | - |
| HSV(B) | 26.09º | 0.83% | 0.87% | - |
| XYZ | 36.51 | 28.23 | 5.27 | - |
| YUV | 138.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 37 | 0 | 0.47 | 0.83 | 0.13 | 26.09 | 0.73 | 0.51 |
| Hex | DD | 75 | 25 | 0 | 2F | 53 | D | 1A | 49 | 33 |
| Octal | 335 | 165 | 45 | 0 | 57 | 123 | 15 | 32 | 111 | 63 |
| Binary | 11011101 | 1110101 | 100101 | 0 | 101111 | 1010011 | 1101 | 11010 | 1001001 | 110011 |
Color Harmonies of #DD7525
Complementary color
Monochromatic Colors of #DD7525
Black with #DD7525
Text Example
Text Example
White with #DD7525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7525; }
p { color: rgb(221,117,37); }
H1.HeaderClassName
{
color: #DD7525;
}
.AnyTagClassName
{
color: #DD7525;
}
</style>
background-color css
<style>
a { background-color: #DD7525; }
a { background-color: rgb(221,117,37); }
div.DivClassName
{
background-color: #DD7525;
}
.BgClassName
{
background-color: #DD7525;
}
</style>
border-color css
<style>
span { border-color: #DD7525; }
span { border-color: rgb(221,117,37); }
td.TdClassName
{
border-color: #DD7525;
}
.TagClassName
{
border-color: #DD7525;
}
</style>