Shades of Tahiti Gold #DC762F
Tints of Tahiti Gold #DC762F
RGB
CMYK
RGB Variations
Color information
#DC762F (or 0xDC762F) is known color: Tahiti Gold. HEX triplet: DC, 76 and 2F. RGB value is (220,118,47). Sum of RGB (Red+Green+Blue) = 220+118+47=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC762F is #2389D0. Grayscale: #8C8C8C. Windows color (decimal): -2329041 or 3110620. OLE color: 3110620.
HSL color Cylindrical-coordinate representation of color #DC762F: hue angle of 24.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC762F is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 47 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.14 |
| HSL | 24.62º | 0.71% | 0.52% | - |
| HSV(B) | 24.62º | 0.79% | 0.86% | - |
| XYZ | 36.51 | 28.38 | 6.24 | - |
| YUV | 140.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 47 | 0 | 0.46 | 0.79 | 0.14 | 24.62 | 0.71 | 0.52 |
| Hex | DC | 76 | 2F | 0 | 2E | 4F | E | 19 | 47 | 34 |
| Octal | 334 | 166 | 57 | 0 | 56 | 117 | 16 | 31 | 107 | 64 |
| Binary | 11011100 | 1110110 | 101111 | 0 | 101110 | 1001111 | 1110 | 11001 | 1000111 | 110100 |
Color Harmonies of #DC762F
Complementary color
Monochromatic Colors of #DC762F
Black with #DC762F
Text Example
Text Example
White with #DC762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC762F; }
p { color: rgb(220,118,47); }
H1.HeaderClassName
{
color: #DC762F;
}
.AnyTagClassName
{
color: #DC762F;
}
</style>
background-color css
<style>
a { background-color: #DC762F; }
a { background-color: rgb(220,118,47); }
div.DivClassName
{
background-color: #DC762F;
}
.BgClassName
{
background-color: #DC762F;
}
</style>
border-color css
<style>
span { border-color: #DC762F; }
span { border-color: rgb(220,118,47); }
td.TdClassName
{
border-color: #DC762F;
}
.TagClassName
{
border-color: #DC762F;
}
</style>