Shades of Tahiti Gold #DD7430
Tints of Tahiti Gold #DD7430
RGB
CMYK
RGB Variations
Color information
#DD7430 (or 0xDD7430) is known color: Tahiti Gold. HEX triplet: DD, 74 and 30. RGB value is (221,116,48). Sum of RGB (Red+Green+Blue) = 221+116+48=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7430 is #228BCF. Grayscale: #8C8C8C. Windows color (decimal): -2264016 or 3175645. OLE color: 3175645.
HSL color Cylindrical-coordinate representation of color #DD7430: hue angle of 23.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD7430 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 48 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.13 |
| HSL | 23.58º | 0.72% | 0.53% | - |
| HSV(B) | 23.58º | 0.78% | 0.87% | - |
| XYZ | 36.6 | 28.08 | 6.29 | - |
| YUV | 139.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 48 | 0 | 0.48 | 0.78 | 0.13 | 23.58 | 0.72 | 0.53 |
| Hex | DD | 74 | 30 | 0 | 30 | 4E | D | 18 | 48 | 35 |
| Octal | 335 | 164 | 60 | 0 | 60 | 116 | 15 | 30 | 110 | 65 |
| Binary | 11011101 | 1110100 | 110000 | 0 | 110000 | 1001110 | 1101 | 11000 | 1001000 | 110101 |
Color Harmonies of #DD7430
Complementary color
Monochromatic Colors of #DD7430
Black with #DD7430
Text Example
Text Example
White with #DD7430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7430; }
p { color: rgb(221,116,48); }
H1.HeaderClassName
{
color: #DD7430;
}
.AnyTagClassName
{
color: #DD7430;
}
</style>
background-color css
<style>
a { background-color: #DD7430; }
a { background-color: rgb(221,116,48); }
div.DivClassName
{
background-color: #DD7430;
}
.BgClassName
{
background-color: #DD7430;
}
</style>
border-color css
<style>
span { border-color: #DD7430; }
span { border-color: rgb(221,116,48); }
td.TdClassName
{
border-color: #DD7430;
}
.TagClassName
{
border-color: #DD7430;
}
</style>