Shades of Tahiti Gold #DD7927
Tints of Tahiti Gold #DD7927
RGB
CMYK
RGB Variations
Color information
#DD7927 (or 0xDD7927) is known color: Tahiti Gold. HEX triplet: DD, 79 and 27. RGB value is (221,121,39). Sum of RGB (Red+Green+Blue) = 221+121+39=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7927 is #2286D8. Grayscale: #8D8D8D. Windows color (decimal): -2262745 or 2587101. OLE color: 2587101.
HSL color Cylindrical-coordinate representation of color #DD7927: hue angle of 27.03º 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 #DD7927 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 39 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.13 |
| HSL | 27.03º | 0.73% | 0.51% | - |
| HSV(B) | 27.03º | 0.82% | 0.87% | - |
| XYZ | 37.02 | 29.19 | 5.6 | - |
| YUV | 141.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 39 | 0 | 0.45 | 0.82 | 0.13 | 27.03 | 0.73 | 0.51 |
| Hex | DD | 79 | 27 | 0 | 2D | 52 | D | 1B | 49 | 33 |
| Octal | 335 | 171 | 47 | 0 | 55 | 122 | 15 | 33 | 111 | 63 |
| Binary | 11011101 | 1111001 | 100111 | 0 | 101101 | 1010010 | 1101 | 11011 | 1001001 | 110011 |
Color Harmonies of #DD7927
Complementary color
Monochromatic Colors of #DD7927
Black with #DD7927
Text Example
Text Example
White with #DD7927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7927; }
p { color: rgb(221,121,39); }
H1.HeaderClassName
{
color: #DD7927;
}
.AnyTagClassName
{
color: #DD7927;
}
</style>
background-color css
<style>
a { background-color: #DD7927; }
a { background-color: rgb(221,121,39); }
div.DivClassName
{
background-color: #DD7927;
}
.BgClassName
{
background-color: #DD7927;
}
</style>
border-color css
<style>
span { border-color: #DD7927; }
span { border-color: rgb(221,121,39); }
td.TdClassName
{
border-color: #DD7927;
}
.TagClassName
{
border-color: #DD7927;
}
</style>