Shades of Tahiti Gold #DC7625
Tints of Tahiti Gold #DC7625
RGB
CMYK
RGB Variations
Color information
#DC7625 (or 0xDC7625) is known color: Tahiti Gold. HEX triplet: DC, 76 and 25. RGB value is (220,118,37). Sum of RGB (Red+Green+Blue) = 220+118+37=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7625 is #2389DA. Grayscale: #8B8B8B. Windows color (decimal): -2329051 or 2455260. OLE color: 2455260.
HSL color Cylindrical-coordinate representation of color #DC7625: hue angle of 26.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC7625 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 37 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.14 |
| HSL | 26.56º | 0.72% | 0.5% | - |
| HSV(B) | 26.56º | 0.83% | 0.86% | - |
| XYZ | 36.33 | 28.31 | 5.3 | - |
| YUV | 139.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 37 | 0 | 0.46 | 0.83 | 0.14 | 26.56 | 0.72 | 0.5 |
| Hex | DC | 76 | 25 | 0 | 2E | 53 | E | 1B | 48 | 32 |
| Octal | 334 | 166 | 45 | 0 | 56 | 123 | 16 | 33 | 110 | 62 |
| Binary | 11011100 | 1110110 | 100101 | 0 | 101110 | 1010011 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DC7625
Complementary color
Monochromatic Colors of #DC7625
Black with #DC7625
Text Example
Text Example
White with #DC7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7625; }
p { color: rgb(220,118,37); }
H1.HeaderClassName
{
color: #DC7625;
}
.AnyTagClassName
{
color: #DC7625;
}
</style>
background-color css
<style>
a { background-color: #DC7625; }
a { background-color: rgb(220,118,37); }
div.DivClassName
{
background-color: #DC7625;
}
.BgClassName
{
background-color: #DC7625;
}
</style>
border-color css
<style>
span { border-color: #DC7625; }
span { border-color: rgb(220,118,37); }
td.TdClassName
{
border-color: #DC7625;
}
.TagClassName
{
border-color: #DC7625;
}
</style>