Shades of Tahiti Gold #DD7A31
Tints of Tahiti Gold #DD7A31
RGB
CMYK
RGB Variations
Color information
#DD7A31 (or 0xDD7A31) is known color: Tahiti Gold. HEX triplet: DD, 7A and 31. RGB value is (221,122,49). Sum of RGB (Red+Green+Blue) = 221+122+49=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A31 is #2285CE. Grayscale: #8F8F8F. Windows color (decimal): -2262479 or 3242717. OLE color: 3242717.
HSL color Cylindrical-coordinate representation of color #DD7A31: hue angle of 25.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD7A31 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 49 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.13 |
| HSL | 25.47º | 0.72% | 0.53% | - |
| HSV(B) | 25.47º | 0.78% | 0.87% | - |
| XYZ | 37.33 | 29.51 | 6.63 | - |
| YUV | 143.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 49 | 0 | 0.45 | 0.78 | 0.13 | 25.47 | 0.72 | 0.53 |
| Hex | DD | 7A | 31 | 0 | 2D | 4E | D | 19 | 48 | 35 |
| Octal | 335 | 172 | 61 | 0 | 55 | 116 | 15 | 31 | 110 | 65 |
| Binary | 11011101 | 1111010 | 110001 | 0 | 101101 | 1001110 | 1101 | 11001 | 1001000 | 110101 |
Color Harmonies of #DD7A31
Complementary color
Monochromatic Colors of #DD7A31
Black with #DD7A31
Text Example
Text Example
White with #DD7A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A31; }
p { color: rgb(221,122,49); }
H1.HeaderClassName
{
color: #DD7A31;
}
.AnyTagClassName
{
color: #DD7A31;
}
</style>
background-color css
<style>
a { background-color: #DD7A31; }
a { background-color: rgb(221,122,49); }
div.DivClassName
{
background-color: #DD7A31;
}
.BgClassName
{
background-color: #DD7A31;
}
</style>
border-color css
<style>
span { border-color: #DD7A31; }
span { border-color: rgb(221,122,49); }
td.TdClassName
{
border-color: #DD7A31;
}
.TagClassName
{
border-color: #DD7A31;
}
</style>