Shades of Tahiti Gold #DD7528
Tints of Tahiti Gold #DD7528
RGB
CMYK
RGB Variations
Color information
#DD7528 (or 0xDD7528) is known color: Tahiti Gold. HEX triplet: DD, 75 and 28. RGB value is (221,117,40). Sum of RGB (Red+Green+Blue) = 221+117+40=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7528 is #228AD7. Grayscale: #8B8B8B. Windows color (decimal): -2263768 or 2651613. OLE color: 2651613.
HSL color Cylindrical-coordinate representation of color #DD7528: hue angle of 25.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD7528 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 40 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.13 |
| HSL | 25.52º | 0.73% | 0.51% | - |
| HSV(B) | 25.52º | 0.82% | 0.87% | - |
| XYZ | 36.56 | 28.25 | 5.53 | - |
| YUV | 139.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 40 | 0 | 0.47 | 0.82 | 0.13 | 25.52 | 0.73 | 0.51 |
| Hex | DD | 75 | 28 | 0 | 2F | 52 | D | 1A | 49 | 33 |
| Octal | 335 | 165 | 50 | 0 | 57 | 122 | 15 | 32 | 111 | 63 |
| Binary | 11011101 | 1110101 | 101000 | 0 | 101111 | 1010010 | 1101 | 11010 | 1001001 | 110011 |
Color Harmonies of #DD7528
Complementary color
Monochromatic Colors of #DD7528
Black with #DD7528
Text Example
Text Example
White with #DD7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7528; }
p { color: rgb(221,117,40); }
H1.HeaderClassName
{
color: #DD7528;
}
.AnyTagClassName
{
color: #DD7528;
}
</style>
background-color css
<style>
a { background-color: #DD7528; }
a { background-color: rgb(221,117,40); }
div.DivClassName
{
background-color: #DD7528;
}
.BgClassName
{
background-color: #DD7528;
}
</style>
border-color css
<style>
span { border-color: #DD7528; }
span { border-color: rgb(221,117,40); }
td.TdClassName
{
border-color: #DD7528;
}
.TagClassName
{
border-color: #DD7528;
}
</style>