Shades of Tahiti Gold #DC7122
Tints of Tahiti Gold #DC7122
RGB
CMYK
RGB Variations
Color information
#DC7122 (or 0xDC7122) is known color: Tahiti Gold. HEX triplet: DC, 71 and 22. RGB value is (220,113,34). Sum of RGB (Red+Green+Blue) = 220+113+34=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7122 is #238EDD. Grayscale: #888888. Windows color (decimal): -2330334 or 2257372. OLE color: 2257372.
HSL color Cylindrical-coordinate representation of color #DC7122: hue angle of 25.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7122 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 34 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.14 |
| HSL | 25.48º | 0.73% | 0.5% | - |
| HSV(B) | 25.48º | 0.85% | 0.86% | - |
| XYZ | 35.71 | 27.14 | 4.87 | - |
| YUV | 135.99 | 70.45 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 34 | 0 | 0.49 | 0.85 | 0.14 | 25.48 | 0.73 | 0.5 |
| Hex | DC | 71 | 22 | 0 | 31 | 55 | E | 19 | 49 | 32 |
| Octal | 334 | 161 | 42 | 0 | 61 | 125 | 16 | 31 | 111 | 62 |
| Binary | 11011100 | 1110001 | 100010 | 0 | 110001 | 1010101 | 1110 | 11001 | 1001001 | 110010 |
Color Harmonies of #DC7122
Complementary color
Monochromatic Colors of #DC7122
Black with #DC7122
Text Example
Text Example
White with #DC7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7122; }
p { color: rgb(220,113,34); }
H1.HeaderClassName
{
color: #DC7122;
}
.AnyTagClassName
{
color: #DC7122;
}
</style>
background-color css
<style>
a { background-color: #DC7122; }
a { background-color: rgb(220,113,34); }
div.DivClassName
{
background-color: #DC7122;
}
.BgClassName
{
background-color: #DC7122;
}
</style>
border-color css
<style>
span { border-color: #DC7122; }
span { border-color: rgb(220,113,34); }
td.TdClassName
{
border-color: #DC7122;
}
.TagClassName
{
border-color: #DC7122;
}
</style>