Shades of Tahiti Gold #DC7330
Tints of Tahiti Gold #DC7330
RGB
CMYK
RGB Variations
Color information
#DC7330 (or 0xDC7330) is known color: Tahiti Gold. HEX triplet: DC, 73 and 30. RGB value is (220,115,48). Sum of RGB (Red+Green+Blue) = 220+115+48=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7330 is #238CCF. Grayscale: #8B8B8B. Windows color (decimal): -2329808 or 3175388. OLE color: 3175388.
HSL color Cylindrical-coordinate representation of color #DC7330: hue angle of 23.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC7330 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 48 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.14 |
| HSL | 23.37º | 0.71% | 0.53% | - |
| HSV(B) | 23.37º | 0.78% | 0.86% | - |
| XYZ | 36.18 | 27.69 | 6.23 | - |
| YUV | 138.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 48 | 0 | 0.48 | 0.78 | 0.14 | 23.37 | 0.71 | 0.53 |
| Hex | DC | 73 | 30 | 0 | 30 | 4E | E | 17 | 47 | 35 |
| Octal | 334 | 163 | 60 | 0 | 60 | 116 | 16 | 27 | 107 | 65 |
| Binary | 11011100 | 1110011 | 110000 | 0 | 110000 | 1001110 | 1110 | 10111 | 1000111 | 110101 |
Color Harmonies of #DC7330
Complementary color
Monochromatic Colors of #DC7330
Black with #DC7330
Text Example
Text Example
White with #DC7330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7330; }
p { color: rgb(220,115,48); }
H1.HeaderClassName
{
color: #DC7330;
}
.AnyTagClassName
{
color: #DC7330;
}
</style>
background-color css
<style>
a { background-color: #DC7330; }
a { background-color: rgb(220,115,48); }
div.DivClassName
{
background-color: #DC7330;
}
.BgClassName
{
background-color: #DC7330;
}
</style>
border-color css
<style>
span { border-color: #DC7330; }
span { border-color: rgb(220,115,48); }
td.TdClassName
{
border-color: #DC7330;
}
.TagClassName
{
border-color: #DC7330;
}
</style>