Shades of Tahiti Gold #DD792B
Tints of Tahiti Gold #DD792B
RGB
CMYK
RGB Variations
Color information
#DD792B (or 0xDD792B) is known color: Tahiti Gold. HEX triplet: DD, 79 and 2B. RGB value is (221,121,43). Sum of RGB (Red+Green+Blue) = 221+121+43=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD792B is #2286D4. Grayscale: #8E8E8E. Windows color (decimal): -2262741 or 2849245. OLE color: 2849245.
HSL color Cylindrical-coordinate representation of color #DD792B: hue angle of 26.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD792B is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 43 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.13 |
| HSL | 26.29º | 0.72% | 0.52% | - |
| HSV(B) | 26.29º | 0.81% | 0.87% | - |
| XYZ | 37.09 | 29.22 | 5.97 | - |
| YUV | 142.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 43 | 0 | 0.45 | 0.81 | 0.13 | 26.29 | 0.72 | 0.52 |
| Hex | DD | 79 | 2B | 0 | 2D | 51 | D | 1A | 48 | 34 |
| Octal | 335 | 171 | 53 | 0 | 55 | 121 | 15 | 32 | 110 | 64 |
| Binary | 11011101 | 1111001 | 101011 | 0 | 101101 | 1010001 | 1101 | 11010 | 1001000 | 110100 |
Color Harmonies of #DD792B
Complementary color
Monochromatic Colors of #DD792B
Black with #DD792B
Text Example
Text Example
White with #DD792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD792B; }
p { color: rgb(221,121,43); }
H1.HeaderClassName
{
color: #DD792B;
}
.AnyTagClassName
{
color: #DD792B;
}
</style>
background-color css
<style>
a { background-color: #DD792B; }
a { background-color: rgb(221,121,43); }
div.DivClassName
{
background-color: #DD792B;
}
.BgClassName
{
background-color: #DD792B;
}
</style>
border-color css
<style>
span { border-color: #DD792B; }
span { border-color: rgb(221,121,43); }
td.TdClassName
{
border-color: #DD792B;
}
.TagClassName
{
border-color: #DD792B;
}
</style>