Shades of Tahiti Gold #DD6828
Tints of Tahiti Gold #DD6828
RGB
CMYK
RGB Variations
Color information
#DD6828 (or 0xDD6828) is known color: Tahiti Gold. HEX triplet: DD, 68 and 28. RGB value is (221,104,40). Sum of RGB (Red+Green+Blue) = 221+104+40=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6828 is #2297D7. Grayscale: #848484. Windows color (decimal): -2267096 or 2648285. OLE color: 2648285.
HSL color Cylindrical-coordinate representation of color #DD6828: hue angle of 21.22º 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 #DD6828 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 40 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.13 |
| HSL | 21.22º | 0.73% | 0.51% | - |
| HSV(B) | 21.22º | 0.82% | 0.87% | - |
| XYZ | 35.15 | 25.43 | 5.06 | - |
| YUV | 131.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 40 | 0 | 0.53 | 0.82 | 0.13 | 21.22 | 0.73 | 0.51 |
| Hex | DD | 68 | 28 | 0 | 35 | 52 | D | 15 | 49 | 33 |
| Octal | 335 | 150 | 50 | 0 | 65 | 122 | 15 | 25 | 111 | 63 |
| Binary | 11011101 | 1101000 | 101000 | 0 | 110101 | 1010010 | 1101 | 10101 | 1001001 | 110011 |
Color Harmonies of #DD6828
Complementary color
Monochromatic Colors of #DD6828
Black with #DD6828
Text Example
Text Example
White with #DD6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6828; }
p { color: rgb(221,104,40); }
H1.HeaderClassName
{
color: #DD6828;
}
.AnyTagClassName
{
color: #DD6828;
}
</style>
background-color css
<style>
a { background-color: #DD6828; }
a { background-color: rgb(221,104,40); }
div.DivClassName
{
background-color: #DD6828;
}
.BgClassName
{
background-color: #DD6828;
}
</style>
border-color css
<style>
span { border-color: #DD6828; }
span { border-color: rgb(221,104,40); }
td.TdClassName
{
border-color: #DD6828;
}
.TagClassName
{
border-color: #DD6828;
}
</style>