Shades of Tahiti Gold #DD7E2A
Tints of Tahiti Gold #DD7E2A
RGB
CMYK
RGB Variations
Color information
#DD7E2A (or 0xDD7E2A) is known color: Tahiti Gold. HEX triplet: DD, 7E and 2A. RGB value is (221,126,42). Sum of RGB (Red+Green+Blue) = 221+126+42=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E2A is #2281D5. Grayscale: #919191. Windows color (decimal): -2261462 or 2784989. OLE color: 2784989.
HSL color Cylindrical-coordinate representation of color #DD7E2A: hue angle of 28.16º 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 #DD7E2A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 42 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.13 |
| HSL | 28.16º | 0.72% | 0.52% | - |
| HSV(B) | 28.16º | 0.81% | 0.87% | - |
| XYZ | 37.7 | 30.46 | 6.08 | - |
| YUV | 144.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 42 | 0 | 0.43 | 0.81 | 0.13 | 28.16 | 0.72 | 0.52 |
| Hex | DD | 7E | 2A | 0 | 2B | 51 | D | 1C | 48 | 34 |
| Octal | 335 | 176 | 52 | 0 | 53 | 121 | 15 | 34 | 110 | 64 |
| Binary | 11011101 | 1111110 | 101010 | 0 | 101011 | 1010001 | 1101 | 11100 | 1001000 | 110100 |
Color Harmonies of #DD7E2A
Complementary color
Monochromatic Colors of #DD7E2A
Black with #DD7E2A
Text Example
Text Example
White with #DD7E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E2A; }
p { color: rgb(221,126,42); }
H1.HeaderClassName
{
color: #DD7E2A;
}
.AnyTagClassName
{
color: #DD7E2A;
}
</style>
background-color css
<style>
a { background-color: #DD7E2A; }
a { background-color: rgb(221,126,42); }
div.DivClassName
{
background-color: #DD7E2A;
}
.BgClassName
{
background-color: #DD7E2A;
}
</style>
border-color css
<style>
span { border-color: #DD7E2A; }
span { border-color: rgb(221,126,42); }
td.TdClassName
{
border-color: #DD7E2A;
}
.TagClassName
{
border-color: #DD7E2A;
}
</style>