Shades of Tahiti Gold #DD7225
Tints of Tahiti Gold #DD7225
RGB
CMYK
RGB Variations
Color information
#DD7225 (or 0xDD7225) is known color: Tahiti Gold. HEX triplet: DD, 72 and 25. RGB value is (221,114,37). Sum of RGB (Red+Green+Blue) = 221+114+37=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7225 is #228DDA. Grayscale: #898989. Windows color (decimal): -2264539 or 2454237. OLE color: 2454237.
HSL color Cylindrical-coordinate representation of color #DD7225: hue angle of 25.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD7225 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 37 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.13 |
| HSL | 25.11º | 0.73% | 0.51% | - |
| HSV(B) | 25.11º | 0.83% | 0.87% | - |
| XYZ | 36.17 | 27.54 | 5.16 | - |
| YUV | 137.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 37 | 0 | 0.48 | 0.83 | 0.13 | 25.11 | 0.73 | 0.51 |
| Hex | DD | 72 | 25 | 0 | 30 | 53 | D | 19 | 49 | 33 |
| Octal | 335 | 162 | 45 | 0 | 60 | 123 | 15 | 31 | 111 | 63 |
| Binary | 11011101 | 1110010 | 100101 | 0 | 110000 | 1010011 | 1101 | 11001 | 1001001 | 110011 |
Color Harmonies of #DD7225
Complementary color
Monochromatic Colors of #DD7225
Black with #DD7225
Text Example
Text Example
White with #DD7225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7225; }
p { color: rgb(221,114,37); }
H1.HeaderClassName
{
color: #DD7225;
}
.AnyTagClassName
{
color: #DD7225;
}
</style>
background-color css
<style>
a { background-color: #DD7225; }
a { background-color: rgb(221,114,37); }
div.DivClassName
{
background-color: #DD7225;
}
.BgClassName
{
background-color: #DD7225;
}
</style>
border-color css
<style>
span { border-color: #DD7225; }
span { border-color: rgb(221,114,37); }
td.TdClassName
{
border-color: #DD7225;
}
.TagClassName
{
border-color: #DD7225;
}
</style>