Shades of Tahiti Gold #DD7434
Tints of Tahiti Gold #DD7434
RGB
CMYK
RGB Variations
Color information
#DD7434 (or 0xDD7434) is known color: Tahiti Gold. HEX triplet: DD, 74 and 34. RGB value is (221,116,52). Sum of RGB (Red+Green+Blue) = 221+116+52=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7434 is #228BCB. Grayscale: #8C8C8C. Windows color (decimal): -2264012 or 3437789. OLE color: 3437789.
HSL color Cylindrical-coordinate representation of color #DD7434: hue angle of 22.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7434 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 52 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.13 |
| HSL | 22.72º | 0.71% | 0.54% | - |
| HSV(B) | 22.72º | 0.76% | 0.87% | - |
| XYZ | 36.68 | 28.11 | 6.74 | - |
| YUV | 140.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 52 | 0 | 0.48 | 0.76 | 0.13 | 22.72 | 0.71 | 0.54 |
| Hex | DD | 74 | 34 | 0 | 30 | 4C | D | 17 | 47 | 36 |
| Octal | 335 | 164 | 64 | 0 | 60 | 114 | 15 | 27 | 107 | 66 |
| Binary | 11011101 | 1110100 | 110100 | 0 | 110000 | 1001100 | 1101 | 10111 | 1000111 | 110110 |
Color Harmonies of #DD7434
Complementary color
Monochromatic Colors of #DD7434
Black with #DD7434
Text Example
Text Example
White with #DD7434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7434; }
p { color: rgb(221,116,52); }
H1.HeaderClassName
{
color: #DD7434;
}
.AnyTagClassName
{
color: #DD7434;
}
</style>
background-color css
<style>
a { background-color: #DD7434; }
a { background-color: rgb(221,116,52); }
div.DivClassName
{
background-color: #DD7434;
}
.BgClassName
{
background-color: #DD7434;
}
</style>
border-color css
<style>
span { border-color: #DD7434; }
span { border-color: rgb(221,116,52); }
td.TdClassName
{
border-color: #DD7434;
}
.TagClassName
{
border-color: #DD7434;
}
</style>