Shades of Tahiti Gold #DD6B26
Tints of Tahiti Gold #DD6B26
RGB
CMYK
RGB Variations
Color information
#DD6B26 (or 0xDD6B26) is known color: Tahiti Gold. HEX triplet: DD, 6B and 26. RGB value is (221,107,38). Sum of RGB (Red+Green+Blue) = 221+107+38=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B26 is #2294D9. Grayscale: #858585. Windows color (decimal): -2266330 or 2517981. OLE color: 2517981.
HSL color Cylindrical-coordinate representation of color #DD6B26: hue angle of 22.62º 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 #DD6B26 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 38 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.13 |
| HSL | 22.62º | 0.73% | 0.51% | - |
| HSV(B) | 22.62º | 0.83% | 0.87% | - |
| XYZ | 35.43 | 26.03 | 4.99 | - |
| YUV | 133.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 38 | 0 | 0.52 | 0.83 | 0.13 | 22.62 | 0.73 | 0.51 |
| Hex | DD | 6B | 26 | 0 | 34 | 53 | D | 17 | 49 | 33 |
| Octal | 335 | 153 | 46 | 0 | 64 | 123 | 15 | 27 | 111 | 63 |
| Binary | 11011101 | 1101011 | 100110 | 0 | 110100 | 1010011 | 1101 | 10111 | 1001001 | 110011 |
Color Harmonies of #DD6B26
Complementary color
Monochromatic Colors of #DD6B26
Black with #DD6B26
Text Example
Text Example
White with #DD6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B26; }
p { color: rgb(221,107,38); }
H1.HeaderClassName
{
color: #DD6B26;
}
.AnyTagClassName
{
color: #DD6B26;
}
</style>
background-color css
<style>
a { background-color: #DD6B26; }
a { background-color: rgb(221,107,38); }
div.DivClassName
{
background-color: #DD6B26;
}
.BgClassName
{
background-color: #DD6B26;
}
</style>
border-color css
<style>
span { border-color: #DD6B26; }
span { border-color: rgb(221,107,38); }
td.TdClassName
{
border-color: #DD6B26;
}
.TagClassName
{
border-color: #DD6B26;
}
</style>