Shades of Tahiti Gold #DC7231
Tints of Tahiti Gold #DC7231
RGB
CMYK
RGB Variations
Color information
#DC7231 (or 0xDC7231) is known color: Tahiti Gold. HEX triplet: DC, 72 and 31. RGB value is (220,114,49). Sum of RGB (Red+Green+Blue) = 220+114+49=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7231 is #238DCE. Grayscale: #8A8A8A. Windows color (decimal): -2330063 or 3240668. OLE color: 3240668.
HSL color Cylindrical-coordinate representation of color #DC7231: hue angle of 22.81º 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 #DC7231 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 49 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.14 |
| HSL | 22.81º | 0.71% | 0.53% | - |
| HSV(B) | 22.81º | 0.78% | 0.86% | - |
| XYZ | 36.09 | 27.47 | 6.31 | - |
| YUV | 138.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 49 | 0 | 0.48 | 0.78 | 0.14 | 22.81 | 0.71 | 0.53 |
| Hex | DC | 72 | 31 | 0 | 30 | 4E | E | 17 | 47 | 35 |
| Octal | 334 | 162 | 61 | 0 | 60 | 116 | 16 | 27 | 107 | 65 |
| Binary | 11011100 | 1110010 | 110001 | 0 | 110000 | 1001110 | 1110 | 10111 | 1000111 | 110101 |
Color Harmonies of #DC7231
Complementary color
Monochromatic Colors of #DC7231
Black with #DC7231
Text Example
Text Example
White with #DC7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7231; }
p { color: rgb(220,114,49); }
H1.HeaderClassName
{
color: #DC7231;
}
.AnyTagClassName
{
color: #DC7231;
}
</style>
background-color css
<style>
a { background-color: #DC7231; }
a { background-color: rgb(220,114,49); }
div.DivClassName
{
background-color: #DC7231;
}
.BgClassName
{
background-color: #DC7231;
}
</style>
border-color css
<style>
span { border-color: #DC7231; }
span { border-color: rgb(220,114,49); }
td.TdClassName
{
border-color: #DC7231;
}
.TagClassName
{
border-color: #DC7231;
}
</style>