Shades of Tahiti Gold #DC7825
Tints of Tahiti Gold #DC7825
RGB
CMYK
RGB Variations
Color information
#DC7825 (or 0xDC7825) is known color: Tahiti Gold. HEX triplet: DC, 78 and 25. RGB value is (220,120,37). Sum of RGB (Red+Green+Blue) = 220+120+37=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7825 is #2387DA. Grayscale: #8C8C8C. Windows color (decimal): -2328539 or 2455772. OLE color: 2455772.
HSL color Cylindrical-coordinate representation of color #DC7825: hue angle of 27.21º 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 #DC7825 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.14 |
| HSL | 27.21º | 0.72% | 0.5% | - |
| HSV(B) | 27.21º | 0.83% | 0.86% | - |
| XYZ | 36.57 | 28.78 | 5.38 | - |
| YUV | 140.44 | 69.63 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 37 | 0 | 0.45 | 0.83 | 0.14 | 27.21 | 0.72 | 0.5 |
| Hex | DC | 78 | 25 | 0 | 2D | 53 | E | 1B | 48 | 32 |
| Octal | 334 | 170 | 45 | 0 | 55 | 123 | 16 | 33 | 110 | 62 |
| Binary | 11011100 | 1111000 | 100101 | 0 | 101101 | 1010011 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DC7825
Complementary color
Monochromatic Colors of #DC7825
Black with #DC7825
Text Example
Text Example
White with #DC7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7825; }
p { color: rgb(220,120,37); }
H1.HeaderClassName
{
color: #DC7825;
}
.AnyTagClassName
{
color: #DC7825;
}
</style>
background-color css
<style>
a { background-color: #DC7825; }
a { background-color: rgb(220,120,37); }
div.DivClassName
{
background-color: #DC7825;
}
.BgClassName
{
background-color: #DC7825;
}
</style>
border-color css
<style>
span { border-color: #DC7825; }
span { border-color: rgb(220,120,37); }
td.TdClassName
{
border-color: #DC7825;
}
.TagClassName
{
border-color: #DC7825;
}
</style>