Shades of Tahiti Gold #DD7925
Tints of Tahiti Gold #DD7925
RGB
CMYK
RGB Variations
Color information
#DD7925 (or 0xDD7925) is known color: Tahiti Gold. HEX triplet: DD, 79 and 25. RGB value is (221,121,37). Sum of RGB (Red+Green+Blue) = 221+121+37=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7925 is #2286DA. Grayscale: #8D8D8D. Windows color (decimal): -2262747 or 2456029. OLE color: 2456029.
HSL color Cylindrical-coordinate representation of color #DD7925: hue angle of 27.39º 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 #DD7925 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.13 |
| HSL | 27.39º | 0.73% | 0.51% | - |
| HSV(B) | 27.39º | 0.83% | 0.87% | - |
| XYZ | 36.99 | 29.18 | 5.43 | - |
| YUV | 141.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 37 | 0 | 0.45 | 0.83 | 0.13 | 27.39 | 0.73 | 0.51 |
| Hex | DD | 79 | 25 | 0 | 2D | 53 | D | 1B | 49 | 33 |
| Octal | 335 | 171 | 45 | 0 | 55 | 123 | 15 | 33 | 111 | 63 |
| Binary | 11011101 | 1111001 | 100101 | 0 | 101101 | 1010011 | 1101 | 11011 | 1001001 | 110011 |
Color Harmonies of #DD7925
Complementary color
Monochromatic Colors of #DD7925
Black with #DD7925
Text Example
Text Example
White with #DD7925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7925; }
p { color: rgb(221,121,37); }
H1.HeaderClassName
{
color: #DD7925;
}
.AnyTagClassName
{
color: #DD7925;
}
</style>
background-color css
<style>
a { background-color: #DD7925; }
a { background-color: rgb(221,121,37); }
div.DivClassName
{
background-color: #DD7925;
}
.BgClassName
{
background-color: #DD7925;
}
</style>
border-color css
<style>
span { border-color: #DD7925; }
span { border-color: rgb(221,121,37); }
td.TdClassName
{
border-color: #DD7925;
}
.TagClassName
{
border-color: #DD7925;
}
</style>