Shades of Tahiti Gold #DC702D
Tints of Tahiti Gold #DC702D
RGB
CMYK
RGB Variations
Color information
#DC702D (or 0xDC702D) is known color: Tahiti Gold. HEX triplet: DC, 70 and 2D. RGB value is (220,112,45). Sum of RGB (Red+Green+Blue) = 220+112+45=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC702D is #238FD2. Grayscale: #898989. Windows color (decimal): -2330579 or 2978012. OLE color: 2978012.
HSL color Cylindrical-coordinate representation of color #DC702D: hue angle of 22.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC702D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 45 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.14 |
| HSL | 22.97º | 0.71% | 0.52% | - |
| HSV(B) | 22.97º | 0.8% | 0.86% | - |
| XYZ | 35.78 | 26.99 | 5.81 | - |
| YUV | 136.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 45 | 0 | 0.49 | 0.80 | 0.14 | 22.97 | 0.71 | 0.52 |
| Hex | DC | 70 | 2D | 0 | 31 | 50 | E | 17 | 47 | 34 |
| Octal | 334 | 160 | 55 | 0 | 61 | 120 | 16 | 27 | 107 | 64 |
| Binary | 11011100 | 1110000 | 101101 | 0 | 110001 | 1010000 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DC702D
Complementary color
Monochromatic Colors of #DC702D
Black with #DC702D
Text Example
Text Example
White with #DC702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC702D; }
p { color: rgb(220,112,45); }
H1.HeaderClassName
{
color: #DC702D;
}
.AnyTagClassName
{
color: #DC702D;
}
</style>
background-color css
<style>
a { background-color: #DC702D; }
a { background-color: rgb(220,112,45); }
div.DivClassName
{
background-color: #DC702D;
}
.BgClassName
{
background-color: #DC702D;
}
</style>
border-color css
<style>
span { border-color: #DC702D; }
span { border-color: rgb(220,112,45); }
td.TdClassName
{
border-color: #DC702D;
}
.TagClassName
{
border-color: #DC702D;
}
</style>