Shades of Tahiti Gold #DD772D
Tints of Tahiti Gold #DD772D
RGB
CMYK
RGB Variations
Color information
#DD772D (or 0xDD772D) is known color: Tahiti Gold. HEX triplet: DD, 77 and 2D. RGB value is (221,119,45). Sum of RGB (Red+Green+Blue) = 221+119+45=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD772D is #2288D2. Grayscale: #8D8D8D. Windows color (decimal): -2263251 or 2979805. OLE color: 2979805.
HSL color Cylindrical-coordinate representation of color #DD772D: hue angle of 25.23º 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 #DD772D is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 45 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.13 |
| HSL | 25.23º | 0.72% | 0.52% | - |
| HSV(B) | 25.23º | 0.8% | 0.87% | - |
| XYZ | 36.89 | 28.76 | 6.09 | - |
| YUV | 141.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 45 | 0 | 0.46 | 0.80 | 0.13 | 25.23 | 0.72 | 0.52 |
| Hex | DD | 77 | 2D | 0 | 2E | 50 | D | 19 | 48 | 34 |
| Octal | 335 | 167 | 55 | 0 | 56 | 120 | 15 | 31 | 110 | 64 |
| Binary | 11011101 | 1110111 | 101101 | 0 | 101110 | 1010000 | 1101 | 11001 | 1001000 | 110100 |
Color Harmonies of #DD772D
Complementary color
Monochromatic Colors of #DD772D
Black with #DD772D
Text Example
Text Example
White with #DD772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD772D; }
p { color: rgb(221,119,45); }
H1.HeaderClassName
{
color: #DD772D;
}
.AnyTagClassName
{
color: #DD772D;
}
</style>
background-color css
<style>
a { background-color: #DD772D; }
a { background-color: rgb(221,119,45); }
div.DivClassName
{
background-color: #DD772D;
}
.BgClassName
{
background-color: #DD772D;
}
</style>
border-color css
<style>
span { border-color: #DD772D; }
span { border-color: rgb(221,119,45); }
td.TdClassName
{
border-color: #DD772D;
}
.TagClassName
{
border-color: #DD772D;
}
</style>