Shades of Tahiti Gold #DC7822
Tints of Tahiti Gold #DC7822
RGB
CMYK
RGB Variations
Color information
#DC7822 (or 0xDC7822) is known color: Tahiti Gold. HEX triplet: DC, 78 and 22. RGB value is (220,120,34). Sum of RGB (Red+Green+Blue) = 220+120+34=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7822 is #2387DD. Grayscale: #8C8C8C. Windows color (decimal): -2328542 or 2259164. OLE color: 2259164.
HSL color Cylindrical-coordinate representation of color #DC7822: hue angle of 27.74º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7822 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 34 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.14 |
| HSL | 27.74º | 0.73% | 0.5% | - |
| HSV(B) | 27.74º | 0.85% | 0.86% | - |
| XYZ | 36.52 | 28.76 | 5.14 | - |
| YUV | 140.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 34 | 0 | 0.45 | 0.85 | 0.14 | 27.74 | 0.73 | 0.5 |
| Hex | DC | 78 | 22 | 0 | 2D | 55 | E | 1C | 49 | 32 |
| Octal | 334 | 170 | 42 | 0 | 55 | 125 | 16 | 34 | 111 | 62 |
| Binary | 11011100 | 1111000 | 100010 | 0 | 101101 | 1010101 | 1110 | 11100 | 1001001 | 110010 |
Color Harmonies of #DC7822
Complementary color
Monochromatic Colors of #DC7822
Black with #DC7822
Text Example
Text Example
White with #DC7822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7822; }
p { color: rgb(220,120,34); }
H1.HeaderClassName
{
color: #DC7822;
}
.AnyTagClassName
{
color: #DC7822;
}
</style>
background-color css
<style>
a { background-color: #DC7822; }
a { background-color: rgb(220,120,34); }
div.DivClassName
{
background-color: #DC7822;
}
.BgClassName
{
background-color: #DC7822;
}
</style>
border-color css
<style>
span { border-color: #DC7822; }
span { border-color: rgb(220,120,34); }
td.TdClassName
{
border-color: #DC7822;
}
.TagClassName
{
border-color: #DC7822;
}
</style>