Shades of Tahiti Gold #DD7022
Tints of Tahiti Gold #DD7022
RGB
CMYK
RGB Variations
Color information
#DD7022 (or 0xDD7022) is known color: Tahiti Gold. HEX triplet: DD, 70 and 22. RGB value is (221,112,34). Sum of RGB (Red+Green+Blue) = 221+112+34=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7022 is #228FDD. Grayscale: #888888. Windows color (decimal): -2265054 or 2257117. OLE color: 2257117.
HSL color Cylindrical-coordinate representation of color #DD7022: hue angle of 25.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD7022 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 34 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.13 |
| HSL | 25.03º | 0.73% | 0.5% | - |
| HSV(B) | 25.03º | 0.85% | 0.87% | - |
| XYZ | 35.9 | 27.08 | 4.85 | - |
| YUV | 135.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 34 | 0 | 0.49 | 0.85 | 0.13 | 25.03 | 0.73 | 0.5 |
| Hex | DD | 70 | 22 | 0 | 31 | 55 | D | 19 | 49 | 32 |
| Octal | 335 | 160 | 42 | 0 | 61 | 125 | 15 | 31 | 111 | 62 |
| Binary | 11011101 | 1110000 | 100010 | 0 | 110001 | 1010101 | 1101 | 11001 | 1001001 | 110010 |
Color Harmonies of #DD7022
Complementary color
Monochromatic Colors of #DD7022
Black with #DD7022
Text Example
Text Example
White with #DD7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7022; }
p { color: rgb(221,112,34); }
H1.HeaderClassName
{
color: #DD7022;
}
.AnyTagClassName
{
color: #DD7022;
}
</style>
background-color css
<style>
a { background-color: #DD7022; }
a { background-color: rgb(221,112,34); }
div.DivClassName
{
background-color: #DD7022;
}
.BgClassName
{
background-color: #DD7022;
}
</style>
border-color css
<style>
span { border-color: #DD7022; }
span { border-color: rgb(221,112,34); }
td.TdClassName
{
border-color: #DD7022;
}
.TagClassName
{
border-color: #DD7022;
}
</style>