Shades of Tahiti Gold #DC751E
Tints of Tahiti Gold #DC751E
RGB
CMYK
RGB Variations
Color information
#DC751E (or 0xDC751E) is known color: Tahiti Gold. HEX triplet: DC, 75 and 1E. RGB value is (220,117,30). Sum of RGB (Red+Green+Blue) = 220+117+30=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC751E is #238AE1. Grayscale: #8A8A8A. Windows color (decimal): -2329314 or 1996252. OLE color: 1996252.
HSL color Cylindrical-coordinate representation of color #DC751E: hue angle of 27.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC751E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 30 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.14 |
| HSL | 27.47º | 0.76% | 0.49% | - |
| HSV(B) | 27.47º | 0.86% | 0.86% | - |
| XYZ | 36.11 | 28.03 | 4.74 | - |
| YUV | 137.88 | 67.12 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 30 | 0 | 0.47 | 0.86 | 0.14 | 27.47 | 0.76 | 0.49 |
| Hex | DC | 75 | 1E | 0 | 2F | 56 | E | 1B | 4C | 31 |
| Octal | 334 | 165 | 36 | 0 | 57 | 126 | 16 | 33 | 114 | 61 |
| Binary | 11011100 | 1110101 | 11110 | 0 | 101111 | 1010110 | 1110 | 11011 | 1001100 | 110001 |
Color Harmonies of #DC751E
Complementary color
Monochromatic Colors of #DC751E
Black with #DC751E
Text Example
Text Example
White with #DC751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC751E; }
p { color: rgb(220,117,30); }
H1.HeaderClassName
{
color: #DC751E;
}
.AnyTagClassName
{
color: #DC751E;
}
</style>
background-color css
<style>
a { background-color: #DC751E; }
a { background-color: rgb(220,117,30); }
div.DivClassName
{
background-color: #DC751E;
}
.BgClassName
{
background-color: #DC751E;
}
</style>
border-color css
<style>
span { border-color: #DC751E; }
span { border-color: rgb(220,117,30); }
td.TdClassName
{
border-color: #DC751E;
}
.TagClassName
{
border-color: #DC751E;
}
</style>