Shades of Tahiti Gold #DD792F
Tints of Tahiti Gold #DD792F
RGB
CMYK
RGB Variations
Color information
#DD792F (or 0xDD792F) is known color: Tahiti Gold. HEX triplet: DD, 79 and 2F. RGB value is (221,121,47). Sum of RGB (Red+Green+Blue) = 221+121+47=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD792F is #2286D0. Grayscale: #8E8E8E. Windows color (decimal): -2262737 or 3111389. OLE color: 3111389.
HSL color Cylindrical-coordinate representation of color #DD792F: hue angle of 25.52º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD792F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 47 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.13 |
| HSL | 25.52º | 0.72% | 0.53% | - |
| HSV(B) | 25.52º | 0.79% | 0.87% | - |
| XYZ | 37.17 | 29.25 | 6.38 | - |
| YUV | 142.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 47 | 0 | 0.45 | 0.79 | 0.13 | 25.52 | 0.72 | 0.53 |
| Hex | DD | 79 | 2F | 0 | 2D | 4F | D | 1A | 48 | 35 |
| Octal | 335 | 171 | 57 | 0 | 55 | 117 | 15 | 32 | 110 | 65 |
| Binary | 11011101 | 1111001 | 101111 | 0 | 101101 | 1001111 | 1101 | 11010 | 1001000 | 110101 |
Color Harmonies of #DD792F
Complementary color
Monochromatic Colors of #DD792F
Black with #DD792F
Text Example
Text Example
White with #DD792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD792F; }
p { color: rgb(221,121,47); }
H1.HeaderClassName
{
color: #DD792F;
}
.AnyTagClassName
{
color: #DD792F;
}
</style>
background-color css
<style>
a { background-color: #DD792F; }
a { background-color: rgb(221,121,47); }
div.DivClassName
{
background-color: #DD792F;
}
.BgClassName
{
background-color: #DD792F;
}
</style>
border-color css
<style>
span { border-color: #DD792F; }
span { border-color: rgb(221,121,47); }
td.TdClassName
{
border-color: #DD792F;
}
.TagClassName
{
border-color: #DD792F;
}
</style>