Shades of Tahiti Gold #DD792D
Tints of Tahiti Gold #DD792D
RGB
CMYK
RGB Variations
Color information
#DD792D (or 0xDD792D) is known color: Tahiti Gold. HEX triplet: DD, 79 and 2D. RGB value is (221,121,45). Sum of RGB (Red+Green+Blue) = 221+121+45=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD792D is #2286D2. Grayscale: #8E8E8E. Windows color (decimal): -2262739 or 2980317. OLE color: 2980317.
HSL color Cylindrical-coordinate representation of color #DD792D: hue angle of 25.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD792D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 45 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.13 |
| HSL | 25.91º | 0.72% | 0.52% | - |
| HSV(B) | 25.91º | 0.8% | 0.87% | - |
| XYZ | 37.13 | 29.24 | 6.17 | - |
| YUV | 142.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 45 | 0 | 0.45 | 0.80 | 0.13 | 25.91 | 0.72 | 0.52 |
| Hex | DD | 79 | 2D | 0 | 2D | 50 | D | 1A | 48 | 34 |
| Octal | 335 | 171 | 55 | 0 | 55 | 120 | 15 | 32 | 110 | 64 |
| Binary | 11011101 | 1111001 | 101101 | 0 | 101101 | 1010000 | 1101 | 11010 | 1001000 | 110100 |
Color Harmonies of #DD792D
Complementary color
Monochromatic Colors of #DD792D
Black with #DD792D
Text Example
Text Example
White with #DD792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD792D; }
p { color: rgb(221,121,45); }
H1.HeaderClassName
{
color: #DD792D;
}
.AnyTagClassName
{
color: #DD792D;
}
</style>
background-color css
<style>
a { background-color: #DD792D; }
a { background-color: rgb(221,121,45); }
div.DivClassName
{
background-color: #DD792D;
}
.BgClassName
{
background-color: #DD792D;
}
</style>
border-color css
<style>
span { border-color: #DD792D; }
span { border-color: rgb(221,121,45); }
td.TdClassName
{
border-color: #DD792D;
}
.TagClassName
{
border-color: #DD792D;
}
</style>