Shades of Tahiti Gold #DC7323
Tints of Tahiti Gold #DC7323
RGB
CMYK
RGB Variations
Color information
#DC7323 (or 0xDC7323) is known color: Tahiti Gold. HEX triplet: DC, 73 and 23. RGB value is (220,115,35). Sum of RGB (Red+Green+Blue) = 220+115+35=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7323 is #238CDC. Grayscale: #898989. Windows color (decimal): -2329821 or 2323420. OLE color: 2323420.
HSL color Cylindrical-coordinate representation of color #DC7323: hue angle of 25.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC7323 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.14 |
| HSL | 25.95º | 0.73% | 0.5% | - |
| HSV(B) | 25.95º | 0.84% | 0.86% | - |
| XYZ | 35.95 | 27.6 | 5.02 | - |
| YUV | 137.28 | 70.29 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 35 | 0 | 0.48 | 0.84 | 0.14 | 25.95 | 0.73 | 0.5 |
| Hex | DC | 73 | 23 | 0 | 30 | 54 | E | 1A | 49 | 32 |
| Octal | 334 | 163 | 43 | 0 | 60 | 124 | 16 | 32 | 111 | 62 |
| Binary | 11011100 | 1110011 | 100011 | 0 | 110000 | 1010100 | 1110 | 11010 | 1001001 | 110010 |
Color Harmonies of #DC7323
Complementary color
Monochromatic Colors of #DC7323
Black with #DC7323
Text Example
Text Example
White with #DC7323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7323; }
p { color: rgb(220,115,35); }
H1.HeaderClassName
{
color: #DC7323;
}
.AnyTagClassName
{
color: #DC7323;
}
</style>
background-color css
<style>
a { background-color: #DC7323; }
a { background-color: rgb(220,115,35); }
div.DivClassName
{
background-color: #DC7323;
}
.BgClassName
{
background-color: #DC7323;
}
</style>
border-color css
<style>
span { border-color: #DC7323; }
span { border-color: rgb(220,115,35); }
td.TdClassName
{
border-color: #DC7323;
}
.TagClassName
{
border-color: #DC7323;
}
</style>