Shades of Tahiti Gold #DD7C29
Tints of Tahiti Gold #DD7C29
RGB
CMYK
RGB Variations
Color information
#DD7C29 (or 0xDD7C29) is known color: Tahiti Gold. HEX triplet: DD, 7C and 29. RGB value is (221,124,41). Sum of RGB (Red+Green+Blue) = 221+124+41=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C29 is #2283D6. Grayscale: #8F8F8F. Windows color (decimal): -2261975 or 2718941. OLE color: 2718941.
HSL color Cylindrical-coordinate representation of color #DD7C29: hue angle of 27.67º 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 #DD7C29 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 41 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.13 |
| HSL | 27.67º | 0.73% | 0.51% | - |
| HSV(B) | 27.67º | 0.81% | 0.87% | - |
| XYZ | 37.43 | 29.95 | 5.91 | - |
| YUV | 143.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 41 | 0 | 0.44 | 0.81 | 0.13 | 27.67 | 0.73 | 0.51 |
| Hex | DD | 7C | 29 | 0 | 2C | 51 | D | 1C | 49 | 33 |
| Octal | 335 | 174 | 51 | 0 | 54 | 121 | 15 | 34 | 111 | 63 |
| Binary | 11011101 | 1111100 | 101001 | 0 | 101100 | 1010001 | 1101 | 11100 | 1001001 | 110011 |
Color Harmonies of #DD7C29
Complementary color
Monochromatic Colors of #DD7C29
Black with #DD7C29
Text Example
Text Example
White with #DD7C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C29; }
p { color: rgb(221,124,41); }
H1.HeaderClassName
{
color: #DD7C29;
}
.AnyTagClassName
{
color: #DD7C29;
}
</style>
background-color css
<style>
a { background-color: #DD7C29; }
a { background-color: rgb(221,124,41); }
div.DivClassName
{
background-color: #DD7C29;
}
.BgClassName
{
background-color: #DD7C29;
}
</style>
border-color css
<style>
span { border-color: #DD7C29; }
span { border-color: rgb(221,124,41); }
td.TdClassName
{
border-color: #DD7C29;
}
.TagClassName
{
border-color: #DD7C29;
}
</style>