Shades of Tahiti Gold #DD7F2A
Tints of Tahiti Gold #DD7F2A
RGB
CMYK
RGB Variations
Color information
#DD7F2A (or 0xDD7F2A) is known color: Tahiti Gold. HEX triplet: DD, 7F and 2A. RGB value is (221,127,42). Sum of RGB (Red+Green+Blue) = 221+127+42=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F2A is #2280D5. Grayscale: #919191. Windows color (decimal): -2261206 or 2785245. OLE color: 2785245.
HSL color Cylindrical-coordinate representation of color #DD7F2A: hue angle of 28.49º 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 #DD7F2A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 42 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.13 |
| HSL | 28.49º | 0.72% | 0.52% | - |
| HSV(B) | 28.49º | 0.81% | 0.87% | - |
| XYZ | 37.83 | 30.72 | 6.13 | - |
| YUV | 145.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 42 | 0 | 0.43 | 0.81 | 0.13 | 28.49 | 0.72 | 0.52 |
| Hex | DD | 7F | 2A | 0 | 2B | 51 | D | 1C | 48 | 34 |
| Octal | 335 | 177 | 52 | 0 | 53 | 121 | 15 | 34 | 110 | 64 |
| Binary | 11011101 | 1111111 | 101010 | 0 | 101011 | 1010001 | 1101 | 11100 | 1001000 | 110100 |
Color Harmonies of #DD7F2A
Complementary color
Monochromatic Colors of #DD7F2A
Black with #DD7F2A
Text Example
Text Example
White with #DD7F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F2A; }
p { color: rgb(221,127,42); }
H1.HeaderClassName
{
color: #DD7F2A;
}
.AnyTagClassName
{
color: #DD7F2A;
}
</style>
background-color css
<style>
a { background-color: #DD7F2A; }
a { background-color: rgb(221,127,42); }
div.DivClassName
{
background-color: #DD7F2A;
}
.BgClassName
{
background-color: #DD7F2A;
}
</style>
border-color css
<style>
span { border-color: #DD7F2A; }
span { border-color: rgb(221,127,42); }
td.TdClassName
{
border-color: #DD7F2A;
}
.TagClassName
{
border-color: #DD7F2A;
}
</style>