Shades of Tahiti Gold #DD7529
Tints of Tahiti Gold #DD7529
RGB
CMYK
RGB Variations
Color information
#DD7529 (or 0xDD7529) is known color: Tahiti Gold. HEX triplet: DD, 75 and 29. RGB value is (221,117,41). Sum of RGB (Red+Green+Blue) = 221+117+41=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7529 is #228AD6. Grayscale: #8B8B8B. Windows color (decimal): -2263767 or 2717149. OLE color: 2717149.
HSL color Cylindrical-coordinate representation of color #DD7529: hue angle of 25.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD7529 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 41 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.13 |
| HSL | 25.33º | 0.73% | 0.51% | - |
| HSV(B) | 25.33º | 0.81% | 0.87% | - |
| XYZ | 36.58 | 28.25 | 5.62 | - |
| YUV | 139.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 41 | 0 | 0.47 | 0.81 | 0.13 | 25.33 | 0.73 | 0.51 |
| Hex | DD | 75 | 29 | 0 | 2F | 51 | D | 19 | 49 | 33 |
| Octal | 335 | 165 | 51 | 0 | 57 | 121 | 15 | 31 | 111 | 63 |
| Binary | 11011101 | 1110101 | 101001 | 0 | 101111 | 1010001 | 1101 | 11001 | 1001001 | 110011 |
Color Harmonies of #DD7529
Complementary color
Monochromatic Colors of #DD7529
Black with #DD7529
Text Example
Text Example
White with #DD7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7529; }
p { color: rgb(221,117,41); }
H1.HeaderClassName
{
color: #DD7529;
}
.AnyTagClassName
{
color: #DD7529;
}
</style>
background-color css
<style>
a { background-color: #DD7529; }
a { background-color: rgb(221,117,41); }
div.DivClassName
{
background-color: #DD7529;
}
.BgClassName
{
background-color: #DD7529;
}
</style>
border-color css
<style>
span { border-color: #DD7529; }
span { border-color: rgb(221,117,41); }
td.TdClassName
{
border-color: #DD7529;
}
.TagClassName
{
border-color: #DD7529;
}
</style>