Shades of Tahiti Gold #DC781D
Tints of Tahiti Gold #DC781D
RGB
CMYK
RGB Variations
Color information
#DC781D (or 0xDC781D) is known color: Tahiti Gold. HEX triplet: DC, 78 and 1D. RGB value is (220,120,29). Sum of RGB (Red+Green+Blue) = 220+120+29=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC781D is #2387E2. Grayscale: #8B8B8B. Windows color (decimal): -2328547 or 1931484. OLE color: 1931484.
HSL color Cylindrical-coordinate representation of color #DC781D: hue angle of 28.59º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC781D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 29 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.14 |
| HSL | 28.59º | 0.77% | 0.49% | - |
| HSV(B) | 28.59º | 0.87% | 0.86% | - |
| XYZ | 36.45 | 28.74 | 4.79 | - |
| YUV | 139.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 29 | 0 | 0.45 | 0.87 | 0.14 | 28.59 | 0.77 | 0.49 |
| Hex | DC | 78 | 1D | 0 | 2D | 57 | E | 1D | 4D | 31 |
| Octal | 334 | 170 | 35 | 0 | 55 | 127 | 16 | 35 | 115 | 61 |
| Binary | 11011100 | 1111000 | 11101 | 0 | 101101 | 1010111 | 1110 | 11101 | 1001101 | 110001 |
Color Harmonies of #DC781D
Complementary color
Monochromatic Colors of #DC781D
Black with #DC781D
Text Example
Text Example
White with #DC781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC781D; }
p { color: rgb(220,120,29); }
H1.HeaderClassName
{
color: #DC781D;
}
.AnyTagClassName
{
color: #DC781D;
}
</style>
background-color css
<style>
a { background-color: #DC781D; }
a { background-color: rgb(220,120,29); }
div.DivClassName
{
background-color: #DC781D;
}
.BgClassName
{
background-color: #DC781D;
}
</style>
border-color css
<style>
span { border-color: #DC781D; }
span { border-color: rgb(220,120,29); }
td.TdClassName
{
border-color: #DC781D;
}
.TagClassName
{
border-color: #DC781D;
}
</style>