Shades of Tahiti Gold #DD791B
Tints of Tahiti Gold #DD791B
RGB
CMYK
RGB Variations
Color information
#DD791B (or 0xDD791B) is known color: Tahiti Gold. HEX triplet: DD, 79 and 1B. RGB value is (221,121,27). Sum of RGB (Red+Green+Blue) = 221+121+27=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD791B is #2286E4. Grayscale: #8C8C8C. Windows color (decimal): -2262757 or 1800669. OLE color: 1800669.
HSL color Cylindrical-coordinate representation of color #DD791B: hue angle of 29.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD791B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 27 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.13 |
| HSL | 29.07º | 0.78% | 0.49% | - |
| HSV(B) | 29.07º | 0.88% | 0.87% | - |
| XYZ | 36.85 | 29.13 | 4.72 | - |
| YUV | 140.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 27 | 0 | 0.45 | 0.88 | 0.13 | 29.07 | 0.78 | 0.49 |
| Hex | DD | 79 | 1B | 0 | 2D | 58 | D | 1D | 4E | 31 |
| Octal | 335 | 171 | 33 | 0 | 55 | 130 | 15 | 35 | 116 | 61 |
| Binary | 11011101 | 1111001 | 11011 | 0 | 101101 | 1011000 | 1101 | 11101 | 1001110 | 110001 |
Color Harmonies of #DD791B
Complementary color
Monochromatic Colors of #DD791B
Black with #DD791B
Text Example
Text Example
White with #DD791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD791B; }
p { color: rgb(221,121,27); }
H1.HeaderClassName
{
color: #DD791B;
}
.AnyTagClassName
{
color: #DD791B;
}
</style>
background-color css
<style>
a { background-color: #DD791B; }
a { background-color: rgb(221,121,27); }
div.DivClassName
{
background-color: #DD791B;
}
.BgClassName
{
background-color: #DD791B;
}
</style>
border-color css
<style>
span { border-color: #DD791B; }
span { border-color: rgb(221,121,27); }
td.TdClassName
{
border-color: #DD791B;
}
.TagClassName
{
border-color: #DD791B;
}
</style>