Shades of Tahiti Gold #DC7B25
Tints of Tahiti Gold #DC7B25
RGB
CMYK
RGB Variations
Color information
#DC7B25 (or 0xDC7B25) is known color: Tahiti Gold. HEX triplet: DC, 7B and 25. RGB value is (220,123,37). Sum of RGB (Red+Green+Blue) = 220+123+37=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B25 is #2384DA. Grayscale: #8E8E8E. Windows color (decimal): -2327771 or 2456540. OLE color: 2456540.
HSL color Cylindrical-coordinate representation of color #DC7B25: hue angle of 28.2º 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 #DC7B25 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 37 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.14 |
| HSL | 28.2º | 0.72% | 0.5% | - |
| HSV(B) | 28.2º | 0.83% | 0.86% | - |
| XYZ | 36.93 | 29.52 | 5.5 | - |
| YUV | 142.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 37 | 0 | 0.44 | 0.83 | 0.14 | 28.2 | 0.72 | 0.5 |
| Hex | DC | 7B | 25 | 0 | 2C | 53 | E | 1C | 48 | 32 |
| Octal | 334 | 173 | 45 | 0 | 54 | 123 | 16 | 34 | 110 | 62 |
| Binary | 11011100 | 1111011 | 100101 | 0 | 101100 | 1010011 | 1110 | 11100 | 1001000 | 110010 |
Color Harmonies of #DC7B25
Complementary color
Monochromatic Colors of #DC7B25
Black with #DC7B25
Text Example
Text Example
White with #DC7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B25; }
p { color: rgb(220,123,37); }
H1.HeaderClassName
{
color: #DC7B25;
}
.AnyTagClassName
{
color: #DC7B25;
}
</style>
background-color css
<style>
a { background-color: #DC7B25; }
a { background-color: rgb(220,123,37); }
div.DivClassName
{
background-color: #DC7B25;
}
.BgClassName
{
background-color: #DC7B25;
}
</style>
border-color css
<style>
span { border-color: #DC7B25; }
span { border-color: rgb(220,123,37); }
td.TdClassName
{
border-color: #DC7B25;
}
.TagClassName
{
border-color: #DC7B25;
}
</style>