Shades of Tahiti Gold #DD6A26
Tints of Tahiti Gold #DD6A26
RGB
CMYK
RGB Variations
Color information
#DD6A26 (or 0xDD6A26) is known color: Tahiti Gold. HEX triplet: DD, 6A and 26. RGB value is (221,106,38). Sum of RGB (Red+Green+Blue) = 221+106+38=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A26 is #2295D9. Grayscale: #858585. Windows color (decimal): -2266586 or 2517725. OLE color: 2517725.
HSL color Cylindrical-coordinate representation of color #DD6A26: hue angle of 22.3º 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 #DD6A26 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 38 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.13 |
| HSL | 22.3º | 0.73% | 0.51% | - |
| HSV(B) | 22.3º | 0.83% | 0.87% | - |
| XYZ | 35.32 | 25.82 | 4.96 | - |
| YUV | 132.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 38 | 0 | 0.52 | 0.83 | 0.13 | 22.3 | 0.73 | 0.51 |
| Hex | DD | 6A | 26 | 0 | 34 | 53 | D | 16 | 49 | 33 |
| Octal | 335 | 152 | 46 | 0 | 64 | 123 | 15 | 26 | 111 | 63 |
| Binary | 11011101 | 1101010 | 100110 | 0 | 110100 | 1010011 | 1101 | 10110 | 1001001 | 110011 |
Color Harmonies of #DD6A26
Complementary color
Monochromatic Colors of #DD6A26
Black with #DD6A26
Text Example
Text Example
White with #DD6A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A26; }
p { color: rgb(221,106,38); }
H1.HeaderClassName
{
color: #DD6A26;
}
.AnyTagClassName
{
color: #DD6A26;
}
</style>
background-color css
<style>
a { background-color: #DD6A26; }
a { background-color: rgb(221,106,38); }
div.DivClassName
{
background-color: #DD6A26;
}
.BgClassName
{
background-color: #DD6A26;
}
</style>
border-color css
<style>
span { border-color: #DD6A26; }
span { border-color: rgb(221,106,38); }
td.TdClassName
{
border-color: #DD6A26;
}
.TagClassName
{
border-color: #DD6A26;
}
</style>