Shades of Tahiti Gold #DD7E24
Tints of Tahiti Gold #DD7E24
RGB
CMYK
RGB Variations
Color information
#DD7E24 (or 0xDD7E24) is known color: Tahiti Gold. HEX triplet: DD, 7E and 24. RGB value is (221,126,36). Sum of RGB (Red+Green+Blue) = 221+126+36=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E24 is #2281DB. Grayscale: #909090. Windows color (decimal): -2261468 or 2391773. OLE color: 2391773.
HSL color Cylindrical-coordinate representation of color #DD7E24: hue angle of 29.19º 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 #DD7E24 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 36 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.13 |
| HSL | 29.19º | 0.73% | 0.5% | - |
| HSV(B) | 29.19º | 0.84% | 0.87% | - |
| XYZ | 37.6 | 30.42 | 5.56 | - |
| YUV | 144.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 36 | 0 | 0.43 | 0.84 | 0.13 | 29.19 | 0.73 | 0.5 |
| Hex | DD | 7E | 24 | 0 | 2B | 54 | D | 1D | 49 | 32 |
| Octal | 335 | 176 | 44 | 0 | 53 | 124 | 15 | 35 | 111 | 62 |
| Binary | 11011101 | 1111110 | 100100 | 0 | 101011 | 1010100 | 1101 | 11101 | 1001001 | 110010 |
Color Harmonies of #DD7E24
Complementary color
Monochromatic Colors of #DD7E24
Black with #DD7E24
Text Example
Text Example
White with #DD7E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E24; }
p { color: rgb(221,126,36); }
H1.HeaderClassName
{
color: #DD7E24;
}
.AnyTagClassName
{
color: #DD7E24;
}
</style>
background-color css
<style>
a { background-color: #DD7E24; }
a { background-color: rgb(221,126,36); }
div.DivClassName
{
background-color: #DD7E24;
}
.BgClassName
{
background-color: #DD7E24;
}
</style>
border-color css
<style>
span { border-color: #DD7E24; }
span { border-color: rgb(221,126,36); }
td.TdClassName
{
border-color: #DD7E24;
}
.TagClassName
{
border-color: #DD7E24;
}
</style>