Shades of Tahiti Gold #DC772B
Tints of Tahiti Gold #DC772B
RGB
CMYK
RGB Variations
Color information
#DC772B (or 0xDC772B) is known color: Tahiti Gold. HEX triplet: DC, 77 and 2B. RGB value is (220,119,43). Sum of RGB (Red+Green+Blue) = 220+119+43=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC772B is #2388D4. Grayscale: #8C8C8C. Windows color (decimal): -2328789 or 2848732. OLE color: 2848732.
HSL color Cylindrical-coordinate representation of color #DC772B: hue angle of 25.76º degrees, saturation: 0.72, 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 #DC772B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 43 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.14 |
| HSL | 25.76º | 0.72% | 0.52% | - |
| HSV(B) | 25.76º | 0.8% | 0.86% | - |
| XYZ | 36.55 | 28.58 | 5.88 | - |
| YUV | 140.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 43 | 0 | 0.46 | 0.80 | 0.14 | 25.76 | 0.72 | 0.52 |
| Hex | DC | 77 | 2B | 0 | 2E | 50 | E | 1A | 48 | 34 |
| Octal | 334 | 167 | 53 | 0 | 56 | 120 | 16 | 32 | 110 | 64 |
| Binary | 11011100 | 1110111 | 101011 | 0 | 101110 | 1010000 | 1110 | 11010 | 1001000 | 110100 |
Color Harmonies of #DC772B
Complementary color
Monochromatic Colors of #DC772B
Black with #DC772B
Text Example
Text Example
White with #DC772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC772B; }
p { color: rgb(220,119,43); }
H1.HeaderClassName
{
color: #DC772B;
}
.AnyTagClassName
{
color: #DC772B;
}
</style>
background-color css
<style>
a { background-color: #DC772B; }
a { background-color: rgb(220,119,43); }
div.DivClassName
{
background-color: #DC772B;
}
.BgClassName
{
background-color: #DC772B;
}
</style>
border-color css
<style>
span { border-color: #DC772B; }
span { border-color: rgb(220,119,43); }
td.TdClassName
{
border-color: #DC772B;
}
.TagClassName
{
border-color: #DC772B;
}
</style>