Shades of Tahiti Gold #DD7C26
Tints of Tahiti Gold #DD7C26
RGB
CMYK
RGB Variations
Color information
#DD7C26 (or 0xDD7C26) is known color: Tahiti Gold. HEX triplet: DD, 7C and 26. RGB value is (221,124,38). Sum of RGB (Red+Green+Blue) = 221+124+38=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C26 is #2283D9. Grayscale: #8F8F8F. Windows color (decimal): -2261978 or 2522333. OLE color: 2522333.
HSL color Cylindrical-coordinate representation of color #DD7C26: hue angle of 28.2º 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 #DD7C26 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 38 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.13 |
| HSL | 28.2º | 0.73% | 0.51% | - |
| HSV(B) | 28.2º | 0.83% | 0.87% | - |
| XYZ | 37.38 | 29.93 | 5.64 | - |
| YUV | 143.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 38 | 0 | 0.44 | 0.83 | 0.13 | 28.2 | 0.73 | 0.51 |
| Hex | DD | 7C | 26 | 0 | 2C | 53 | D | 1C | 49 | 33 |
| Octal | 335 | 174 | 46 | 0 | 54 | 123 | 15 | 34 | 111 | 63 |
| Binary | 11011101 | 1111100 | 100110 | 0 | 101100 | 1010011 | 1101 | 11100 | 1001001 | 110011 |
Color Harmonies of #DD7C26
Complementary color
Monochromatic Colors of #DD7C26
Black with #DD7C26
Text Example
Text Example
White with #DD7C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C26; }
p { color: rgb(221,124,38); }
H1.HeaderClassName
{
color: #DD7C26;
}
.AnyTagClassName
{
color: #DD7C26;
}
</style>
background-color css
<style>
a { background-color: #DD7C26; }
a { background-color: rgb(221,124,38); }
div.DivClassName
{
background-color: #DD7C26;
}
.BgClassName
{
background-color: #DD7C26;
}
</style>
border-color css
<style>
span { border-color: #DD7C26; }
span { border-color: rgb(221,124,38); }
td.TdClassName
{
border-color: #DD7C26;
}
.TagClassName
{
border-color: #DD7C26;
}
</style>