Shades of Tahiti Gold #DC7528
Tints of Tahiti Gold #DC7528
RGB
CMYK
RGB Variations
Color information
#DC7528 (or 0xDC7528) is known color: Tahiti Gold. HEX triplet: DC, 75 and 28. RGB value is (220,117,40). Sum of RGB (Red+Green+Blue) = 220+117+40=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7528 is #238AD7. Grayscale: #8B8B8B. Windows color (decimal): -2329304 or 2651612. OLE color: 2651612.
HSL color Cylindrical-coordinate representation of color #DC7528: hue angle of 25.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC7528 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 40 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.14 |
| HSL | 25.67º | 0.72% | 0.51% | - |
| HSV(B) | 25.67º | 0.82% | 0.86% | - |
| XYZ | 36.26 | 28.09 | 5.52 | - |
| YUV | 139.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 40 | 0 | 0.47 | 0.82 | 0.14 | 25.67 | 0.72 | 0.51 |
| Hex | DC | 75 | 28 | 0 | 2F | 52 | E | 1A | 48 | 33 |
| Octal | 334 | 165 | 50 | 0 | 57 | 122 | 16 | 32 | 110 | 63 |
| Binary | 11011100 | 1110101 | 101000 | 0 | 101111 | 1010010 | 1110 | 11010 | 1001000 | 110011 |
Color Harmonies of #DC7528
Complementary color
Monochromatic Colors of #DC7528
Black with #DC7528
Text Example
Text Example
White with #DC7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7528; }
p { color: rgb(220,117,40); }
H1.HeaderClassName
{
color: #DC7528;
}
.AnyTagClassName
{
color: #DC7528;
}
</style>
background-color css
<style>
a { background-color: #DC7528; }
a { background-color: rgb(220,117,40); }
div.DivClassName
{
background-color: #DC7528;
}
.BgClassName
{
background-color: #DC7528;
}
</style>
border-color css
<style>
span { border-color: #DC7528; }
span { border-color: rgb(220,117,40); }
td.TdClassName
{
border-color: #DC7528;
}
.TagClassName
{
border-color: #DC7528;
}
</style>