Shades of Tahiti Gold #DC762B
Tints of Tahiti Gold #DC762B
RGB
CMYK
RGB Variations
Color information
#DC762B (or 0xDC762B) is known color: Tahiti Gold. HEX triplet: DC, 76 and 2B. RGB value is (220,118,43). Sum of RGB (Red+Green+Blue) = 220+118+43=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC762B is #2389D4. Grayscale: #8C8C8C. Windows color (decimal): -2329045 or 2848476. OLE color: 2848476.
HSL color Cylindrical-coordinate representation of color #DC762B: hue angle of 25.42º 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 #DC762B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 43 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.14 |
| HSL | 25.42º | 0.72% | 0.52% | - |
| HSV(B) | 25.42º | 0.8% | 0.86% | - |
| XYZ | 36.43 | 28.35 | 5.84 | - |
| YUV | 139.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 43 | 0 | 0.46 | 0.80 | 0.14 | 25.42 | 0.72 | 0.52 |
| Hex | DC | 76 | 2B | 0 | 2E | 50 | E | 19 | 48 | 34 |
| Octal | 334 | 166 | 53 | 0 | 56 | 120 | 16 | 31 | 110 | 64 |
| Binary | 11011100 | 1110110 | 101011 | 0 | 101110 | 1010000 | 1110 | 11001 | 1001000 | 110100 |
Color Harmonies of #DC762B
Complementary color
Monochromatic Colors of #DC762B
Black with #DC762B
Text Example
Text Example
White with #DC762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC762B; }
p { color: rgb(220,118,43); }
H1.HeaderClassName
{
color: #DC762B;
}
.AnyTagClassName
{
color: #DC762B;
}
</style>
background-color css
<style>
a { background-color: #DC762B; }
a { background-color: rgb(220,118,43); }
div.DivClassName
{
background-color: #DC762B;
}
.BgClassName
{
background-color: #DC762B;
}
</style>
border-color css
<style>
span { border-color: #DC762B; }
span { border-color: rgb(220,118,43); }
td.TdClassName
{
border-color: #DC762B;
}
.TagClassName
{
border-color: #DC762B;
}
</style>