Shades of Tahiti Gold #DD7735
Tints of Tahiti Gold #DD7735
RGB
CMYK
RGB Variations
Color information
#DD7735 (or 0xDD7735) is known color: Tahiti Gold. HEX triplet: DD, 77 and 35. RGB value is (221,119,53). Sum of RGB (Red+Green+Blue) = 221+119+53=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7735 is #2288CA. Grayscale: #8E8E8E. Windows color (decimal): -2263243 or 3504093. OLE color: 3504093.
HSL color Cylindrical-coordinate representation of color #DD7735: hue angle of 23.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7735 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 53 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.13 |
| HSL | 23.57º | 0.71% | 0.54% | - |
| HSV(B) | 23.57º | 0.76% | 0.87% | - |
| XYZ | 37.06 | 28.82 | 6.98 | - |
| YUV | 141.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 53 | 0 | 0.46 | 0.76 | 0.13 | 23.57 | 0.71 | 0.54 |
| Hex | DD | 77 | 35 | 0 | 2E | 4C | D | 18 | 47 | 36 |
| Octal | 335 | 167 | 65 | 0 | 56 | 114 | 15 | 30 | 107 | 66 |
| Binary | 11011101 | 1110111 | 110101 | 0 | 101110 | 1001100 | 1101 | 11000 | 1000111 | 110110 |
Color Harmonies of #DD7735
Complementary color
Monochromatic Colors of #DD7735
Black with #DD7735
Text Example
Text Example
White with #DD7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7735; }
p { color: rgb(221,119,53); }
H1.HeaderClassName
{
color: #DD7735;
}
.AnyTagClassName
{
color: #DD7735;
}
</style>
background-color css
<style>
a { background-color: #DD7735; }
a { background-color: rgb(221,119,53); }
div.DivClassName
{
background-color: #DD7735;
}
.BgClassName
{
background-color: #DD7735;
}
</style>
border-color css
<style>
span { border-color: #DD7735; }
span { border-color: rgb(221,119,53); }
td.TdClassName
{
border-color: #DD7735;
}
.TagClassName
{
border-color: #DD7735;
}
</style>