Shades of Tahiti Gold #DC702F
Tints of Tahiti Gold #DC702F
RGB
CMYK
RGB Variations
Color information
#DC702F (or 0xDC702F) is known color: Tahiti Gold. HEX triplet: DC, 70 and 2F. RGB value is (220,112,47). Sum of RGB (Red+Green+Blue) = 220+112+47=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC702F is #238FD0. Grayscale: #898989. Windows color (decimal): -2330577 or 3109084. OLE color: 3109084.
HSL color Cylindrical-coordinate representation of color #DC702F: hue angle of 22.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC702F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 47 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.14 |
| HSL | 22.54º | 0.71% | 0.52% | - |
| HSV(B) | 22.54º | 0.79% | 0.86% | - |
| XYZ | 35.82 | 27.01 | 6.01 | - |
| YUV | 136.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 47 | 0 | 0.49 | 0.79 | 0.14 | 22.54 | 0.71 | 0.52 |
| Hex | DC | 70 | 2F | 0 | 31 | 4F | E | 17 | 47 | 34 |
| Octal | 334 | 160 | 57 | 0 | 61 | 117 | 16 | 27 | 107 | 64 |
| Binary | 11011100 | 1110000 | 101111 | 0 | 110001 | 1001111 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DC702F
Complementary color
Monochromatic Colors of #DC702F
Black with #DC702F
Text Example
Text Example
White with #DC702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC702F; }
p { color: rgb(220,112,47); }
H1.HeaderClassName
{
color: #DC702F;
}
.AnyTagClassName
{
color: #DC702F;
}
</style>
background-color css
<style>
a { background-color: #DC702F; }
a { background-color: rgb(220,112,47); }
div.DivClassName
{
background-color: #DC702F;
}
.BgClassName
{
background-color: #DC702F;
}
</style>
border-color css
<style>
span { border-color: #DC702F; }
span { border-color: rgb(220,112,47); }
td.TdClassName
{
border-color: #DC702F;
}
.TagClassName
{
border-color: #DC702F;
}
</style>