Shades of Tahiti Gold #DD782A
Tints of Tahiti Gold #DD782A
RGB
CMYK
RGB Variations
Color information
#DD782A (or 0xDD782A) is known color: Tahiti Gold. HEX triplet: DD, 78 and 2A. RGB value is (221,120,42). Sum of RGB (Red+Green+Blue) = 221+120+42=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD782A is #2287D5. Grayscale: #8D8D8D. Windows color (decimal): -2262998 or 2783453. OLE color: 2783453.
HSL color Cylindrical-coordinate representation of color #DD782A: hue angle of 26.15º 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 #DD782A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 42 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.13 |
| HSL | 26.15º | 0.72% | 0.52% | - |
| HSV(B) | 26.15º | 0.81% | 0.87% | - |
| XYZ | 36.95 | 28.97 | 5.84 | - |
| YUV | 141.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 42 | 0 | 0.46 | 0.81 | 0.13 | 26.15 | 0.72 | 0.52 |
| Hex | DD | 78 | 2A | 0 | 2E | 51 | D | 1A | 48 | 34 |
| Octal | 335 | 170 | 52 | 0 | 56 | 121 | 15 | 32 | 110 | 64 |
| Binary | 11011101 | 1111000 | 101010 | 0 | 101110 | 1010001 | 1101 | 11010 | 1001000 | 110100 |
Color Harmonies of #DD782A
Complementary color
Monochromatic Colors of #DD782A
Black with #DD782A
Text Example
Text Example
White with #DD782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD782A; }
p { color: rgb(221,120,42); }
H1.HeaderClassName
{
color: #DD782A;
}
.AnyTagClassName
{
color: #DD782A;
}
</style>
background-color css
<style>
a { background-color: #DD782A; }
a { background-color: rgb(221,120,42); }
div.DivClassName
{
background-color: #DD782A;
}
.BgClassName
{
background-color: #DD782A;
}
</style>
border-color css
<style>
span { border-color: #DD782A; }
span { border-color: rgb(221,120,42); }
td.TdClassName
{
border-color: #DD782A;
}
.TagClassName
{
border-color: #DD782A;
}
</style>