Shades of Tahiti Gold #DD7F24
Tints of Tahiti Gold #DD7F24
RGB
CMYK
RGB Variations
Color information
#DD7F24 (or 0xDD7F24) is known color: Tahiti Gold. HEX triplet: DD, 7F and 24. RGB value is (221,127,36). Sum of RGB (Red+Green+Blue) = 221+127+36=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F24 is #2280DB. Grayscale: #919191. Windows color (decimal): -2261212 or 2392029. OLE color: 2392029.
HSL color Cylindrical-coordinate representation of color #DD7F24: hue angle of 29.51º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD7F24 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 36 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.13 |
| HSL | 29.51º | 0.73% | 0.5% | - |
| HSV(B) | 29.51º | 0.84% | 0.87% | - |
| XYZ | 37.73 | 30.68 | 5.6 | - |
| YUV | 144.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 36 | 0 | 0.43 | 0.84 | 0.13 | 29.51 | 0.73 | 0.5 |
| Hex | DD | 7F | 24 | 0 | 2B | 54 | D | 1E | 49 | 32 |
| Octal | 335 | 177 | 44 | 0 | 53 | 124 | 15 | 36 | 111 | 62 |
| Binary | 11011101 | 1111111 | 100100 | 0 | 101011 | 1010100 | 1101 | 11110 | 1001001 | 110010 |
Color Harmonies of #DD7F24
Complementary color
Monochromatic Colors of #DD7F24
Black with #DD7F24
Text Example
Text Example
White with #DD7F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F24; }
p { color: rgb(221,127,36); }
H1.HeaderClassName
{
color: #DD7F24;
}
.AnyTagClassName
{
color: #DD7F24;
}
</style>
background-color css
<style>
a { background-color: #DD7F24; }
a { background-color: rgb(221,127,36); }
div.DivClassName
{
background-color: #DD7F24;
}
.BgClassName
{
background-color: #DD7F24;
}
</style>
border-color css
<style>
span { border-color: #DD7F24; }
span { border-color: rgb(221,127,36); }
td.TdClassName
{
border-color: #DD7F24;
}
.TagClassName
{
border-color: #DD7F24;
}
</style>