Shades of Tahiti Gold #DD6D25
Tints of Tahiti Gold #DD6D25
RGB
CMYK
RGB Variations
Color information
#DD6D25 (or 0xDD6D25) is known color: Tahiti Gold. HEX triplet: DD, 6D and 25. RGB value is (221,109,37). Sum of RGB (Red+Green+Blue) = 221+109+37=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D25 is #2292DA. Grayscale: #868686. Windows color (decimal): -2265819 or 2452957. OLE color: 2452957.
HSL color Cylindrical-coordinate representation of color #DD6D25: hue angle of 23.48º 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 #DD6D25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.13 |
| HSL | 23.48º | 0.73% | 0.51% | - |
| HSV(B) | 23.48º | 0.83% | 0.87% | - |
| XYZ | 35.62 | 26.44 | 4.98 | - |
| YUV | 134.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 37 | 0 | 0.51 | 0.83 | 0.13 | 23.48 | 0.73 | 0.51 |
| Hex | DD | 6D | 25 | 0 | 33 | 53 | D | 17 | 49 | 33 |
| Octal | 335 | 155 | 45 | 0 | 63 | 123 | 15 | 27 | 111 | 63 |
| Binary | 11011101 | 1101101 | 100101 | 0 | 110011 | 1010011 | 1101 | 10111 | 1001001 | 110011 |
Color Harmonies of #DD6D25
Complementary color
Monochromatic Colors of #DD6D25
Black with #DD6D25
Text Example
Text Example
White with #DD6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D25; }
p { color: rgb(221,109,37); }
H1.HeaderClassName
{
color: #DD6D25;
}
.AnyTagClassName
{
color: #DD6D25;
}
</style>
background-color css
<style>
a { background-color: #DD6D25; }
a { background-color: rgb(221,109,37); }
div.DivClassName
{
background-color: #DD6D25;
}
.BgClassName
{
background-color: #DD6D25;
}
</style>
border-color css
<style>
span { border-color: #DD6D25; }
span { border-color: rgb(221,109,37); }
td.TdClassName
{
border-color: #DD6D25;
}
.TagClassName
{
border-color: #DD6D25;
}
</style>