Shades of Tahiti Gold #DC762D
Tints of Tahiti Gold #DC762D
RGB
CMYK
RGB Variations
Color information
#DC762D (or 0xDC762D) is known color: Tahiti Gold. HEX triplet: DC, 76 and 2D. RGB value is (220,118,45). Sum of RGB (Red+Green+Blue) = 220+118+45=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC762D is #2389D2. Grayscale: #8C8C8C. Windows color (decimal): -2329043 or 2979548. OLE color: 2979548.
HSL color Cylindrical-coordinate representation of color #DC762D: hue angle of 25.03º degrees, saturation: 0.71, 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 #DC762D is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 45 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.14 |
| HSL | 25.03º | 0.71% | 0.52% | - |
| HSV(B) | 25.03º | 0.8% | 0.86% | - |
| XYZ | 36.47 | 28.36 | 6.03 | - |
| YUV | 140.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 45 | 0 | 0.46 | 0.80 | 0.14 | 25.03 | 0.71 | 0.52 |
| Hex | DC | 76 | 2D | 0 | 2E | 50 | E | 19 | 47 | 34 |
| Octal | 334 | 166 | 55 | 0 | 56 | 120 | 16 | 31 | 107 | 64 |
| Binary | 11011100 | 1110110 | 101101 | 0 | 101110 | 1010000 | 1110 | 11001 | 1000111 | 110100 |
Color Harmonies of #DC762D
Complementary color
Monochromatic Colors of #DC762D
Black with #DC762D
Text Example
Text Example
White with #DC762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC762D; }
p { color: rgb(220,118,45); }
H1.HeaderClassName
{
color: #DC762D;
}
.AnyTagClassName
{
color: #DC762D;
}
</style>
background-color css
<style>
a { background-color: #DC762D; }
a { background-color: rgb(220,118,45); }
div.DivClassName
{
background-color: #DC762D;
}
.BgClassName
{
background-color: #DC762D;
}
</style>
border-color css
<style>
span { border-color: #DC762D; }
span { border-color: rgb(220,118,45); }
td.TdClassName
{
border-color: #DC762D;
}
.TagClassName
{
border-color: #DC762D;
}
</style>