Shades of Tahiti Gold #DD701E
Tints of Tahiti Gold #DD701E
RGB
CMYK
RGB Variations
Color information
#DD701E (or 0xDD701E) is known color: Tahiti Gold. HEX triplet: DD, 70 and 1E. RGB value is (221,112,30). Sum of RGB (Red+Green+Blue) = 221+112+30=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD701E is #228FE1. Grayscale: #878787. Windows color (decimal): -2265058 or 1994973. OLE color: 1994973.
HSL color Cylindrical-coordinate representation of color #DD701E: hue angle of 25.76º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD701E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 30 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.13 |
| HSL | 25.76º | 0.76% | 0.49% | - |
| HSV(B) | 25.76º | 0.86% | 0.87% | - |
| XYZ | 35.85 | 27.05 | 4.56 | - |
| YUV | 135.24 | 68.61 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 30 | 0 | 0.49 | 0.86 | 0.13 | 25.76 | 0.76 | 0.49 |
| Hex | DD | 70 | 1E | 0 | 31 | 56 | D | 1A | 4C | 31 |
| Octal | 335 | 160 | 36 | 0 | 61 | 126 | 15 | 32 | 114 | 61 |
| Binary | 11011101 | 1110000 | 11110 | 0 | 110001 | 1010110 | 1101 | 11010 | 1001100 | 110001 |
Color Harmonies of #DD701E
Complementary color
Monochromatic Colors of #DD701E
Black with #DD701E
Text Example
Text Example
White with #DD701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD701E; }
p { color: rgb(221,112,30); }
H1.HeaderClassName
{
color: #DD701E;
}
.AnyTagClassName
{
color: #DD701E;
}
</style>
background-color css
<style>
a { background-color: #DD701E; }
a { background-color: rgb(221,112,30); }
div.DivClassName
{
background-color: #DD701E;
}
.BgClassName
{
background-color: #DD701E;
}
</style>
border-color css
<style>
span { border-color: #DD701E; }
span { border-color: rgb(221,112,30); }
td.TdClassName
{
border-color: #DD701E;
}
.TagClassName
{
border-color: #DD701E;
}
</style>