Shades of Tahiti Gold #DC7226
Tints of Tahiti Gold #DC7226
RGB
CMYK
RGB Variations
Color information
#DC7226 (or 0xDC7226) is known color: Tahiti Gold. HEX triplet: DC, 72 and 26. RGB value is (220,114,38). Sum of RGB (Red+Green+Blue) = 220+114+38=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7226 is #238DD9. Grayscale: #898989. Windows color (decimal): -2330074 or 2519772. OLE color: 2519772.
HSL color Cylindrical-coordinate representation of color #DC7226: hue angle of 25.05º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC7226 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 38 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.14 |
| HSL | 25.05º | 0.72% | 0.51% | - |
| HSV(B) | 25.05º | 0.83% | 0.86% | - |
| XYZ | 35.88 | 27.39 | 5.23 | - |
| YUV | 137.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 38 | 0 | 0.48 | 0.83 | 0.14 | 25.05 | 0.72 | 0.51 |
| Hex | DC | 72 | 26 | 0 | 30 | 53 | E | 19 | 48 | 33 |
| Octal | 334 | 162 | 46 | 0 | 60 | 123 | 16 | 31 | 110 | 63 |
| Binary | 11011100 | 1110010 | 100110 | 0 | 110000 | 1010011 | 1110 | 11001 | 1001000 | 110011 |
Color Harmonies of #DC7226
Complementary color
Monochromatic Colors of #DC7226
Black with #DC7226
Text Example
Text Example
White with #DC7226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7226; }
p { color: rgb(220,114,38); }
H1.HeaderClassName
{
color: #DC7226;
}
.AnyTagClassName
{
color: #DC7226;
}
</style>
background-color css
<style>
a { background-color: #DC7226; }
a { background-color: rgb(220,114,38); }
div.DivClassName
{
background-color: #DC7226;
}
.BgClassName
{
background-color: #DC7226;
}
</style>
border-color css
<style>
span { border-color: #DC7226; }
span { border-color: rgb(220,114,38); }
td.TdClassName
{
border-color: #DC7226;
}
.TagClassName
{
border-color: #DC7226;
}
</style>