Shades of Tahiti Gold #DD7627
Tints of Tahiti Gold #DD7627
RGB
CMYK
RGB Variations
Color information
#DD7627 (or 0xDD7627) is known color: Tahiti Gold. HEX triplet: DD, 76 and 27. RGB value is (221,118,39). Sum of RGB (Red+Green+Blue) = 221+118+39=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7627 is #2289D8. Grayscale: #8C8C8C. Windows color (decimal): -2263513 or 2586333. OLE color: 2586333.
HSL color Cylindrical-coordinate representation of color #DD7627: hue angle of 26.04º 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 #DD7627 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 39 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.13 |
| HSL | 26.04º | 0.73% | 0.51% | - |
| HSV(B) | 26.04º | 0.82% | 0.87% | - |
| XYZ | 36.66 | 28.48 | 5.48 | - |
| YUV | 139.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 39 | 0 | 0.47 | 0.82 | 0.13 | 26.04 | 0.73 | 0.51 |
| Hex | DD | 76 | 27 | 0 | 2F | 52 | D | 1A | 49 | 33 |
| Octal | 335 | 166 | 47 | 0 | 57 | 122 | 15 | 32 | 111 | 63 |
| Binary | 11011101 | 1110110 | 100111 | 0 | 101111 | 1010010 | 1101 | 11010 | 1001001 | 110011 |
Color Harmonies of #DD7627
Complementary color
Monochromatic Colors of #DD7627
Black with #DD7627
Text Example
Text Example
White with #DD7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7627; }
p { color: rgb(221,118,39); }
H1.HeaderClassName
{
color: #DD7627;
}
.AnyTagClassName
{
color: #DD7627;
}
</style>
background-color css
<style>
a { background-color: #DD7627; }
a { background-color: rgb(221,118,39); }
div.DivClassName
{
background-color: #DD7627;
}
.BgClassName
{
background-color: #DD7627;
}
</style>
border-color css
<style>
span { border-color: #DD7627; }
span { border-color: rgb(221,118,39); }
td.TdClassName
{
border-color: #DD7627;
}
.TagClassName
{
border-color: #DD7627;
}
</style>