Shades of Tahiti Gold #DD7B24
Tints of Tahiti Gold #DD7B24
RGB
CMYK
RGB Variations
Color information
#DD7B24 (or 0xDD7B24) is known color: Tahiti Gold. HEX triplet: DD, 7B and 24. RGB value is (221,123,36). Sum of RGB (Red+Green+Blue) = 221+123+36=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B24 is #2284DB. Grayscale: #8E8E8E. Windows color (decimal): -2262236 or 2391005. OLE color: 2391005.
HSL color Cylindrical-coordinate representation of color #DD7B24: hue angle of 28.22º 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 #DD7B24 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 36 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.13 |
| HSL | 28.22º | 0.73% | 0.5% | - |
| HSV(B) | 28.22º | 0.84% | 0.87% | - |
| XYZ | 37.22 | 29.67 | 5.43 | - |
| YUV | 142.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 36 | 0 | 0.44 | 0.84 | 0.13 | 28.22 | 0.73 | 0.5 |
| Hex | DD | 7B | 24 | 0 | 2C | 54 | D | 1C | 49 | 32 |
| Octal | 335 | 173 | 44 | 0 | 54 | 124 | 15 | 34 | 111 | 62 |
| Binary | 11011101 | 1111011 | 100100 | 0 | 101100 | 1010100 | 1101 | 11100 | 1001001 | 110010 |
Color Harmonies of #DD7B24
Complementary color
Monochromatic Colors of #DD7B24
Black with #DD7B24
Text Example
Text Example
White with #DD7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B24; }
p { color: rgb(221,123,36); }
H1.HeaderClassName
{
color: #DD7B24;
}
.AnyTagClassName
{
color: #DD7B24;
}
</style>
background-color css
<style>
a { background-color: #DD7B24; }
a { background-color: rgb(221,123,36); }
div.DivClassName
{
background-color: #DD7B24;
}
.BgClassName
{
background-color: #DD7B24;
}
</style>
border-color css
<style>
span { border-color: #DD7B24; }
span { border-color: rgb(221,123,36); }
td.TdClassName
{
border-color: #DD7B24;
}
.TagClassName
{
border-color: #DD7B24;
}
</style>