Shades of Tahiti Gold #DC7F25
Tints of Tahiti Gold #DC7F25
RGB
CMYK
RGB Variations
Color information
#DC7F25 (or 0xDC7F25) is known color: Tahiti Gold. HEX triplet: DC, 7F and 25. RGB value is (220,127,37). Sum of RGB (Red+Green+Blue) = 220+127+37=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F25 is #2380DA. Grayscale: #919191. Windows color (decimal): -2326747 or 2457564. OLE color: 2457564.
HSL color Cylindrical-coordinate representation of color #DC7F25: hue angle of 29.51º 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 #DC7F25 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 37 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.14 |
| HSL | 29.51º | 0.72% | 0.5% | - |
| HSV(B) | 29.51º | 0.83% | 0.86% | - |
| XYZ | 37.44 | 30.53 | 5.67 | - |
| YUV | 144.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 37 | 0 | 0.42 | 0.83 | 0.14 | 29.51 | 0.72 | 0.5 |
| Hex | DC | 7F | 25 | 0 | 2A | 53 | E | 1E | 48 | 32 |
| Octal | 334 | 177 | 45 | 0 | 52 | 123 | 16 | 36 | 110 | 62 |
| Binary | 11011100 | 1111111 | 100101 | 0 | 101010 | 1010011 | 1110 | 11110 | 1001000 | 110010 |
Color Harmonies of #DC7F25
Complementary color
Monochromatic Colors of #DC7F25
Black with #DC7F25
Text Example
Text Example
White with #DC7F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F25; }
p { color: rgb(220,127,37); }
H1.HeaderClassName
{
color: #DC7F25;
}
.AnyTagClassName
{
color: #DC7F25;
}
</style>
background-color css
<style>
a { background-color: #DC7F25; }
a { background-color: rgb(220,127,37); }
div.DivClassName
{
background-color: #DC7F25;
}
.BgClassName
{
background-color: #DC7F25;
}
</style>
border-color css
<style>
span { border-color: #DC7F25; }
span { border-color: rgb(220,127,37); }
td.TdClassName
{
border-color: #DC7F25;
}
.TagClassName
{
border-color: #DC7F25;
}
</style>