Shades of Tahiti Gold #DD7220
Tints of Tahiti Gold #DD7220
RGB
CMYK
RGB Variations
Color information
#DD7220 (or 0xDD7220) is known color: Tahiti Gold. HEX triplet: DD, 72 and 20. RGB value is (221,114,32). Sum of RGB (Red+Green+Blue) = 221+114+32=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7220 is #228DDF. Grayscale: #898989. Windows color (decimal): -2264544 or 2126557. OLE color: 2126557.
HSL color Cylindrical-coordinate representation of color #DD7220: hue angle of 26.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD7220 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 32 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.13 |
| HSL | 26.03º | 0.75% | 0.5% | - |
| HSV(B) | 26.03º | 0.86% | 0.87% | - |
| XYZ | 36.1 | 27.51 | 4.77 | - |
| YUV | 136.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 32 | 0 | 0.48 | 0.86 | 0.13 | 26.03 | 0.75 | 0.5 |
| Hex | DD | 72 | 20 | 0 | 30 | 56 | D | 1A | 4B | 32 |
| Octal | 335 | 162 | 40 | 0 | 60 | 126 | 15 | 32 | 113 | 62 |
| Binary | 11011101 | 1110010 | 100000 | 0 | 110000 | 1010110 | 1101 | 11010 | 1001011 | 110010 |
Color Harmonies of #DD7220
Complementary color
Monochromatic Colors of #DD7220
Black with #DD7220
Text Example
Text Example
White with #DD7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7220; }
p { color: rgb(221,114,32); }
H1.HeaderClassName
{
color: #DD7220;
}
.AnyTagClassName
{
color: #DD7220;
}
</style>
background-color css
<style>
a { background-color: #DD7220; }
a { background-color: rgb(221,114,32); }
div.DivClassName
{
background-color: #DD7220;
}
.BgClassName
{
background-color: #DD7220;
}
</style>
border-color css
<style>
span { border-color: #DD7220; }
span { border-color: rgb(221,114,32); }
td.TdClassName
{
border-color: #DD7220;
}
.TagClassName
{
border-color: #DD7220;
}
</style>