Shades of Tahiti Gold #DD7E2D
Tints of Tahiti Gold #DD7E2D
RGB
CMYK
RGB Variations
Color information
#DD7E2D (or 0xDD7E2D) is known color: Tahiti Gold. HEX triplet: DD, 7E and 2D. RGB value is (221,126,45). Sum of RGB (Red+Green+Blue) = 221+126+45=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E2D is #2281D2. Grayscale: #919191. Windows color (decimal): -2261459 or 2981597. OLE color: 2981597.
HSL color Cylindrical-coordinate representation of color #DD7E2D: hue angle of 27.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD7E2D is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 45 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.13 |
| HSL | 27.61º | 0.72% | 0.52% | - |
| HSV(B) | 27.61º | 0.8% | 0.87% | - |
| XYZ | 37.75 | 30.48 | 6.38 | - |
| YUV | 145.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 45 | 0 | 0.43 | 0.80 | 0.13 | 27.61 | 0.72 | 0.52 |
| Hex | DD | 7E | 2D | 0 | 2B | 50 | D | 1C | 48 | 34 |
| Octal | 335 | 176 | 55 | 0 | 53 | 120 | 15 | 34 | 110 | 64 |
| Binary | 11011101 | 1111110 | 101101 | 0 | 101011 | 1010000 | 1101 | 11100 | 1001000 | 110100 |
Color Harmonies of #DD7E2D
Complementary color
Monochromatic Colors of #DD7E2D
Black with #DD7E2D
Text Example
Text Example
White with #DD7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E2D; }
p { color: rgb(221,126,45); }
H1.HeaderClassName
{
color: #DD7E2D;
}
.AnyTagClassName
{
color: #DD7E2D;
}
</style>
background-color css
<style>
a { background-color: #DD7E2D; }
a { background-color: rgb(221,126,45); }
div.DivClassName
{
background-color: #DD7E2D;
}
.BgClassName
{
background-color: #DD7E2D;
}
</style>
border-color css
<style>
span { border-color: #DD7E2D; }
span { border-color: rgb(221,126,45); }
td.TdClassName
{
border-color: #DD7E2D;
}
.TagClassName
{
border-color: #DD7E2D;
}
</style>