Shades of Tahiti Gold #DD6626
Tints of Tahiti Gold #DD6626
RGB
CMYK
RGB Variations
Color information
#DD6626 (or 0xDD6626) is known color: Tahiti Gold. HEX triplet: DD, 66 and 26. RGB value is (221,102,38). Sum of RGB (Red+Green+Blue) = 221+102+38=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6626 is #2299D9. Grayscale: #828282. Windows color (decimal): -2267610 or 2516701. OLE color: 2516701.
HSL color Cylindrical-coordinate representation of color #DD6626: hue angle of 20.98º 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 #DD6626 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 38 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.13 |
| HSL | 20.98º | 0.73% | 0.51% | - |
| HSV(B) | 20.98º | 0.83% | 0.87% | - |
| XYZ | 34.92 | 25.01 | 4.82 | - |
| YUV | 130.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 38 | 0 | 0.54 | 0.83 | 0.13 | 20.98 | 0.73 | 0.51 |
| Hex | DD | 66 | 26 | 0 | 36 | 53 | D | 15 | 49 | 33 |
| Octal | 335 | 146 | 46 | 0 | 66 | 123 | 15 | 25 | 111 | 63 |
| Binary | 11011101 | 1100110 | 100110 | 0 | 110110 | 1010011 | 1101 | 10101 | 1001001 | 110011 |
Color Harmonies of #DD6626
Complementary color
Monochromatic Colors of #DD6626
Black with #DD6626
Text Example
Text Example
White with #DD6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6626; }
p { color: rgb(221,102,38); }
H1.HeaderClassName
{
color: #DD6626;
}
.AnyTagClassName
{
color: #DD6626;
}
</style>
background-color css
<style>
a { background-color: #DD6626; }
a { background-color: rgb(221,102,38); }
div.DivClassName
{
background-color: #DD6626;
}
.BgClassName
{
background-color: #DD6626;
}
</style>
border-color css
<style>
span { border-color: #DD6626; }
span { border-color: rgb(221,102,38); }
td.TdClassName
{
border-color: #DD6626;
}
.TagClassName
{
border-color: #DD6626;
}
</style>