Shades of Tahiti Gold #DD7628
Tints of Tahiti Gold #DD7628
RGB
CMYK
RGB Variations
Color information
#DD7628 (or 0xDD7628) is known color: Tahiti Gold. HEX triplet: DD, 76 and 28. RGB value is (221,118,40). Sum of RGB (Red+Green+Blue) = 221+118+40=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7628 is #2289D7. Grayscale: #8C8C8C. Windows color (decimal): -2263512 or 2651869. OLE color: 2651869.
HSL color Cylindrical-coordinate representation of color #DD7628: hue angle of 25.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD7628 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 40 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.13 |
| HSL | 25.86º | 0.73% | 0.51% | - |
| HSV(B) | 25.86º | 0.82% | 0.87% | - |
| XYZ | 36.68 | 28.48 | 5.57 | - |
| YUV | 139.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 40 | 0 | 0.47 | 0.82 | 0.13 | 25.86 | 0.73 | 0.51 |
| Hex | DD | 76 | 28 | 0 | 2F | 52 | D | 1A | 49 | 33 |
| Octal | 335 | 166 | 50 | 0 | 57 | 122 | 15 | 32 | 111 | 63 |
| Binary | 11011101 | 1110110 | 101000 | 0 | 101111 | 1010010 | 1101 | 11010 | 1001001 | 110011 |
Color Harmonies of #DD7628
Complementary color
Monochromatic Colors of #DD7628
Black with #DD7628
Text Example
Text Example
White with #DD7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7628; }
p { color: rgb(221,118,40); }
H1.HeaderClassName
{
color: #DD7628;
}
.AnyTagClassName
{
color: #DD7628;
}
</style>
background-color css
<style>
a { background-color: #DD7628; }
a { background-color: rgb(221,118,40); }
div.DivClassName
{
background-color: #DD7628;
}
.BgClassName
{
background-color: #DD7628;
}
</style>
border-color css
<style>
span { border-color: #DD7628; }
span { border-color: rgb(221,118,40); }
td.TdClassName
{
border-color: #DD7628;
}
.TagClassName
{
border-color: #DD7628;
}
</style>