Shades of Tahiti Gold #DD7623
Tints of Tahiti Gold #DD7623
RGB
CMYK
RGB Variations
Color information
#DD7623 (or 0xDD7623) is known color: Tahiti Gold. HEX triplet: DD, 76 and 23. RGB value is (221,118,35). Sum of RGB (Red+Green+Blue) = 221+118+35=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7623 is #2289DC. Grayscale: #8B8B8B. Windows color (decimal): -2263517 or 2324189. OLE color: 2324189.
HSL color Cylindrical-coordinate representation of color #DD7623: hue angle of 26.77º 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 #DD7623 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 35 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.13 |
| HSL | 26.77º | 0.73% | 0.5% | - |
| HSV(B) | 26.77º | 0.84% | 0.87% | - |
| XYZ | 36.6 | 28.45 | 5.15 | - |
| YUV | 139.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 35 | 0 | 0.47 | 0.84 | 0.13 | 26.77 | 0.73 | 0.5 |
| Hex | DD | 76 | 23 | 0 | 2F | 54 | D | 1B | 49 | 32 |
| Octal | 335 | 166 | 43 | 0 | 57 | 124 | 15 | 33 | 111 | 62 |
| Binary | 11011101 | 1110110 | 100011 | 0 | 101111 | 1010100 | 1101 | 11011 | 1001001 | 110010 |
Color Harmonies of #DD7623
Complementary color
Monochromatic Colors of #DD7623
Black with #DD7623
Text Example
Text Example
White with #DD7623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7623; }
p { color: rgb(221,118,35); }
H1.HeaderClassName
{
color: #DD7623;
}
.AnyTagClassName
{
color: #DD7623;
}
</style>
background-color css
<style>
a { background-color: #DD7623; }
a { background-color: rgb(221,118,35); }
div.DivClassName
{
background-color: #DD7623;
}
.BgClassName
{
background-color: #DD7623;
}
</style>
border-color css
<style>
span { border-color: #DD7623; }
span { border-color: rgb(221,118,35); }
td.TdClassName
{
border-color: #DD7623;
}
.TagClassName
{
border-color: #DD7623;
}
</style>