Shades of Tahiti Gold #DD7E2E
Tints of Tahiti Gold #DD7E2E
RGB
CMYK
RGB Variations
Color information
#DD7E2E (or 0xDD7E2E) is known color: Tahiti Gold. HEX triplet: DD, 7E and 2E. RGB value is (221,126,46). Sum of RGB (Red+Green+Blue) = 221+126+46=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E2E is #2281D1. Grayscale: #919191. Windows color (decimal): -2261458 or 3047133. OLE color: 3047133.
HSL color Cylindrical-coordinate representation of color #DD7E2E: hue angle of 27.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD7E2E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 46 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.13 |
| HSL | 27.43º | 0.72% | 0.52% | - |
| HSV(B) | 27.43º | 0.79% | 0.87% | - |
| XYZ | 37.77 | 30.49 | 6.48 | - |
| YUV | 145.29 | 71.97 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 46 | 0 | 0.43 | 0.79 | 0.13 | 27.43 | 0.72 | 0.52 |
| Hex | DD | 7E | 2E | 0 | 2B | 4F | D | 1B | 48 | 34 |
| Octal | 335 | 176 | 56 | 0 | 53 | 117 | 15 | 33 | 110 | 64 |
| Binary | 11011101 | 1111110 | 101110 | 0 | 101011 | 1001111 | 1101 | 11011 | 1001000 | 110100 |
Color Harmonies of #DD7E2E
Complementary color
Monochromatic Colors of #DD7E2E
Black with #DD7E2E
Text Example
Text Example
White with #DD7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E2E; }
p { color: rgb(221,126,46); }
H1.HeaderClassName
{
color: #DD7E2E;
}
.AnyTagClassName
{
color: #DD7E2E;
}
</style>
background-color css
<style>
a { background-color: #DD7E2E; }
a { background-color: rgb(221,126,46); }
div.DivClassName
{
background-color: #DD7E2E;
}
.BgClassName
{
background-color: #DD7E2E;
}
</style>
border-color css
<style>
span { border-color: #DD7E2E; }
span { border-color: rgb(221,126,46); }
td.TdClassName
{
border-color: #DD7E2E;
}
.TagClassName
{
border-color: #DD7E2E;
}
</style>