Shades of Tahiti Gold #DD7B2E
Tints of Tahiti Gold #DD7B2E
RGB
CMYK
RGB Variations
Color information
#DD7B2E (or 0xDD7B2E) is known color: Tahiti Gold. HEX triplet: DD, 7B and 2E. RGB value is (221,123,46). Sum of RGB (Red+Green+Blue) = 221+123+46=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B2E is #2284D1. Grayscale: #8F8F8F. Windows color (decimal): -2262226 or 3046365. OLE color: 3046365.
HSL color Cylindrical-coordinate representation of color #DD7B2E: hue angle of 26.4º 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 #DD7B2E is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 46 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.13 |
| HSL | 26.4º | 0.72% | 0.52% | - |
| HSV(B) | 26.4º | 0.79% | 0.87% | - |
| XYZ | 37.39 | 29.74 | 6.35 | - |
| YUV | 143.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 46 | 0 | 0.44 | 0.79 | 0.13 | 26.4 | 0.72 | 0.52 |
| Hex | DD | 7B | 2E | 0 | 2C | 4F | D | 1A | 48 | 34 |
| Octal | 335 | 173 | 56 | 0 | 54 | 117 | 15 | 32 | 110 | 64 |
| Binary | 11011101 | 1111011 | 101110 | 0 | 101100 | 1001111 | 1101 | 11010 | 1001000 | 110100 |
Color Harmonies of #DD7B2E
Complementary color
Monochromatic Colors of #DD7B2E
Black with #DD7B2E
Text Example
Text Example
White with #DD7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B2E; }
p { color: rgb(221,123,46); }
H1.HeaderClassName
{
color: #DD7B2E;
}
.AnyTagClassName
{
color: #DD7B2E;
}
</style>
background-color css
<style>
a { background-color: #DD7B2E; }
a { background-color: rgb(221,123,46); }
div.DivClassName
{
background-color: #DD7B2E;
}
.BgClassName
{
background-color: #DD7B2E;
}
</style>
border-color css
<style>
span { border-color: #DD7B2E; }
span { border-color: rgb(221,123,46); }
td.TdClassName
{
border-color: #DD7B2E;
}
.TagClassName
{
border-color: #DD7B2E;
}
</style>