Shades of Tahiti Gold #DC742D
Tints of Tahiti Gold #DC742D
RGB
CMYK
RGB Variations
Color information
#DC742D (or 0xDC742D) is known color: Tahiti Gold. HEX triplet: DC, 74 and 2D. RGB value is (220,116,45). Sum of RGB (Red+Green+Blue) = 220+116+45=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC742D is #238BD2. Grayscale: #8B8B8B. Windows color (decimal): -2329555 or 2979036. OLE color: 2979036.
HSL color Cylindrical-coordinate representation of color #DC742D: hue angle of 24.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC742D is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 45 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.14 |
| HSL | 24.34º | 0.71% | 0.52% | - |
| HSV(B) | 24.34º | 0.8% | 0.86% | - |
| XYZ | 36.23 | 27.9 | 5.96 | - |
| YUV | 139 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 45 | 0 | 0.47 | 0.80 | 0.14 | 24.34 | 0.71 | 0.52 |
| Hex | DC | 74 | 2D | 0 | 2F | 50 | E | 18 | 47 | 34 |
| Octal | 334 | 164 | 55 | 0 | 57 | 120 | 16 | 30 | 107 | 64 |
| Binary | 11011100 | 1110100 | 101101 | 0 | 101111 | 1010000 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DC742D
Complementary color
Monochromatic Colors of #DC742D
Black with #DC742D
Text Example
Text Example
White with #DC742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC742D; }
p { color: rgb(220,116,45); }
H1.HeaderClassName
{
color: #DC742D;
}
.AnyTagClassName
{
color: #DC742D;
}
</style>
background-color css
<style>
a { background-color: #DC742D; }
a { background-color: rgb(220,116,45); }
div.DivClassName
{
background-color: #DC742D;
}
.BgClassName
{
background-color: #DC742D;
}
</style>
border-color css
<style>
span { border-color: #DC742D; }
span { border-color: rgb(220,116,45); }
td.TdClassName
{
border-color: #DC742D;
}
.TagClassName
{
border-color: #DC742D;
}
</style>