Shades of Tahiti Gold #DD6726
Tints of Tahiti Gold #DD6726
RGB
CMYK
RGB Variations
Color information
#DD6726 (or 0xDD6726) is known color: Tahiti Gold. HEX triplet: DD, 67 and 26. RGB value is (221,103,38). Sum of RGB (Red+Green+Blue) = 221+103+38=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6726 is #2298D9. Grayscale: #838383. Windows color (decimal): -2267354 or 2516957. OLE color: 2516957.
HSL color Cylindrical-coordinate representation of color #DD6726: hue angle of 21.31º 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 #DD6726 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 38 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.13 |
| HSL | 21.31º | 0.73% | 0.51% | - |
| HSV(B) | 21.31º | 0.83% | 0.87% | - |
| XYZ | 35.02 | 25.21 | 4.85 | - |
| YUV | 130.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 38 | 0 | 0.53 | 0.83 | 0.13 | 21.31 | 0.73 | 0.51 |
| Hex | DD | 67 | 26 | 0 | 35 | 53 | D | 15 | 49 | 33 |
| Octal | 335 | 147 | 46 | 0 | 65 | 123 | 15 | 25 | 111 | 63 |
| Binary | 11011101 | 1100111 | 100110 | 0 | 110101 | 1010011 | 1101 | 10101 | 1001001 | 110011 |
Color Harmonies of #DD6726
Complementary color
Monochromatic Colors of #DD6726
Black with #DD6726
Text Example
Text Example
White with #DD6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6726; }
p { color: rgb(221,103,38); }
H1.HeaderClassName
{
color: #DD6726;
}
.AnyTagClassName
{
color: #DD6726;
}
</style>
background-color css
<style>
a { background-color: #DD6726; }
a { background-color: rgb(221,103,38); }
div.DivClassName
{
background-color: #DD6726;
}
.BgClassName
{
background-color: #DD6726;
}
</style>
border-color css
<style>
span { border-color: #DD6726; }
span { border-color: rgb(221,103,38); }
td.TdClassName
{
border-color: #DD6726;
}
.TagClassName
{
border-color: #DD6726;
}
</style>