Shades of Tahiti Gold #DD7420
Tints of Tahiti Gold #DD7420
RGB
CMYK
RGB Variations
Color information
#DD7420 (or 0xDD7420) is known color: Tahiti Gold. HEX triplet: DD, 74 and 20. RGB value is (221,116,32). Sum of RGB (Red+Green+Blue) = 221+116+32=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7420 is #228BDF. Grayscale: #8A8A8A. Windows color (decimal): -2264032 or 2127069. OLE color: 2127069.
HSL color Cylindrical-coordinate representation of color #DD7420: hue angle of 26.67º 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 #DD7420 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 32 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.13 |
| HSL | 26.67º | 0.75% | 0.5% | - |
| HSV(B) | 26.67º | 0.86% | 0.87% | - |
| XYZ | 36.32 | 27.97 | 4.85 | - |
| YUV | 137.82 | 68.29 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 32 | 0 | 0.48 | 0.86 | 0.13 | 26.67 | 0.75 | 0.5 |
| Hex | DD | 74 | 20 | 0 | 30 | 56 | D | 1B | 4B | 32 |
| Octal | 335 | 164 | 40 | 0 | 60 | 126 | 15 | 33 | 113 | 62 |
| Binary | 11011101 | 1110100 | 100000 | 0 | 110000 | 1010110 | 1101 | 11011 | 1001011 | 110010 |
Color Harmonies of #DD7420
Complementary color
Monochromatic Colors of #DD7420
Black with #DD7420
Text Example
Text Example
White with #DD7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7420; }
p { color: rgb(221,116,32); }
H1.HeaderClassName
{
color: #DD7420;
}
.AnyTagClassName
{
color: #DD7420;
}
</style>
background-color css
<style>
a { background-color: #DD7420; }
a { background-color: rgb(221,116,32); }
div.DivClassName
{
background-color: #DD7420;
}
.BgClassName
{
background-color: #DD7420;
}
</style>
border-color css
<style>
span { border-color: #DD7420; }
span { border-color: rgb(221,116,32); }
td.TdClassName
{
border-color: #DD7420;
}
.TagClassName
{
border-color: #DD7420;
}
</style>