Shades of Tahiti Gold #DC7527
Tints of Tahiti Gold #DC7527
RGB
CMYK
RGB Variations
Color information
#DC7527 (or 0xDC7527) is known color: Tahiti Gold. HEX triplet: DC, 75 and 27. RGB value is (220,117,39). Sum of RGB (Red+Green+Blue) = 220+117+39=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7527 is #238AD8. Grayscale: #8B8B8B. Windows color (decimal): -2329305 or 2586076. OLE color: 2586076.
HSL color Cylindrical-coordinate representation of color #DC7527: hue angle of 25.86º 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 #DC7527 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 39 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.14 |
| HSL | 25.86º | 0.72% | 0.51% | - |
| HSV(B) | 25.86º | 0.82% | 0.86% | - |
| XYZ | 36.24 | 28.08 | 5.43 | - |
| YUV | 138.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 39 | 0 | 0.47 | 0.82 | 0.14 | 25.86 | 0.72 | 0.51 |
| Hex | DC | 75 | 27 | 0 | 2F | 52 | E | 1A | 48 | 33 |
| Octal | 334 | 165 | 47 | 0 | 57 | 122 | 16 | 32 | 110 | 63 |
| Binary | 11011100 | 1110101 | 100111 | 0 | 101111 | 1010010 | 1110 | 11010 | 1001000 | 110011 |
Color Harmonies of #DC7527
Complementary color
Monochromatic Colors of #DC7527
Black with #DC7527
Text Example
Text Example
White with #DC7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7527; }
p { color: rgb(220,117,39); }
H1.HeaderClassName
{
color: #DC7527;
}
.AnyTagClassName
{
color: #DC7527;
}
</style>
background-color css
<style>
a { background-color: #DC7527; }
a { background-color: rgb(220,117,39); }
div.DivClassName
{
background-color: #DC7527;
}
.BgClassName
{
background-color: #DC7527;
}
</style>
border-color css
<style>
span { border-color: #DC7527; }
span { border-color: rgb(220,117,39); }
td.TdClassName
{
border-color: #DC7527;
}
.TagClassName
{
border-color: #DC7527;
}
</style>