Shades of Tahiti Gold #DD7224
Tints of Tahiti Gold #DD7224
RGB
CMYK
RGB Variations
Color information
#DD7224 (or 0xDD7224) is known color: Tahiti Gold. HEX triplet: DD, 72 and 24. RGB value is (221,114,36). Sum of RGB (Red+Green+Blue) = 221+114+36=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7224 is #228DDB. Grayscale: #898989. Windows color (decimal): -2264540 or 2388701. OLE color: 2388701.
HSL color Cylindrical-coordinate representation of color #DD7224: hue angle of 25.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD7224 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 36 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.13 |
| HSL | 25.3º | 0.73% | 0.5% | - |
| HSV(B) | 25.3º | 0.84% | 0.87% | - |
| XYZ | 36.15 | 27.53 | 5.08 | - |
| YUV | 137.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 36 | 0 | 0.48 | 0.84 | 0.13 | 25.3 | 0.73 | 0.5 |
| Hex | DD | 72 | 24 | 0 | 30 | 54 | D | 19 | 49 | 32 |
| Octal | 335 | 162 | 44 | 0 | 60 | 124 | 15 | 31 | 111 | 62 |
| Binary | 11011101 | 1110010 | 100100 | 0 | 110000 | 1010100 | 1101 | 11001 | 1001001 | 110010 |
Color Harmonies of #DD7224
Complementary color
Monochromatic Colors of #DD7224
Black with #DD7224
Text Example
Text Example
White with #DD7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7224; }
p { color: rgb(221,114,36); }
H1.HeaderClassName
{
color: #DD7224;
}
.AnyTagClassName
{
color: #DD7224;
}
</style>
background-color css
<style>
a { background-color: #DD7224; }
a { background-color: rgb(221,114,36); }
div.DivClassName
{
background-color: #DD7224;
}
.BgClassName
{
background-color: #DD7224;
}
</style>
border-color css
<style>
span { border-color: #DD7224; }
span { border-color: rgb(221,114,36); }
td.TdClassName
{
border-color: #DD7224;
}
.TagClassName
{
border-color: #DD7224;
}
</style>