Shades of Tahiti Gold #DD7527
Tints of Tahiti Gold #DD7527
RGB
CMYK
RGB Variations
Color information
#DD7527 (or 0xDD7527) is known color: Tahiti Gold. HEX triplet: DD, 75 and 27. RGB value is (221,117,39). Sum of RGB (Red+Green+Blue) = 221+117+39=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7527 is #228AD8. Grayscale: #8B8B8B. Windows color (decimal): -2263769 or 2586077. OLE color: 2586077.
HSL color Cylindrical-coordinate representation of color #DD7527: hue angle of 25.71º 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 #DD7527 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 39 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.13 |
| HSL | 25.71º | 0.73% | 0.51% | - |
| HSV(B) | 25.71º | 0.82% | 0.87% | - |
| XYZ | 36.55 | 28.24 | 5.44 | - |
| YUV | 139.2 | 71.46 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 39 | 0 | 0.47 | 0.82 | 0.13 | 25.71 | 0.73 | 0.51 |
| Hex | DD | 75 | 27 | 0 | 2F | 52 | D | 1A | 49 | 33 |
| Octal | 335 | 165 | 47 | 0 | 57 | 122 | 15 | 32 | 111 | 63 |
| Binary | 11011101 | 1110101 | 100111 | 0 | 101111 | 1010010 | 1101 | 11010 | 1001001 | 110011 |
Color Harmonies of #DD7527
Complementary color
Monochromatic Colors of #DD7527
Black with #DD7527
Text Example
Text Example
White with #DD7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7527; }
p { color: rgb(221,117,39); }
H1.HeaderClassName
{
color: #DD7527;
}
.AnyTagClassName
{
color: #DD7527;
}
</style>
background-color css
<style>
a { background-color: #DD7527; }
a { background-color: rgb(221,117,39); }
div.DivClassName
{
background-color: #DD7527;
}
.BgClassName
{
background-color: #DD7527;
}
</style>
border-color css
<style>
span { border-color: #DD7527; }
span { border-color: rgb(221,117,39); }
td.TdClassName
{
border-color: #DD7527;
}
.TagClassName
{
border-color: #DD7527;
}
</style>