Shades of Tahiti Gold #DC7B1F
Tints of Tahiti Gold #DC7B1F
RGB
CMYK
RGB Variations
Color information
#DC7B1F (or 0xDC7B1F) is known color: Tahiti Gold. HEX triplet: DC, 7B and 1F. RGB value is (220,123,31). Sum of RGB (Red+Green+Blue) = 220+123+31=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B1F is #2384E0. Grayscale: #8D8D8D. Windows color (decimal): -2327777 or 2063324. OLE color: 2063324.
HSL color Cylindrical-coordinate representation of color #DC7B1F: hue angle of 29.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC7B1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.14 |
| HSL | 29.21º | 0.75% | 0.49% | - |
| HSV(B) | 29.21º | 0.86% | 0.86% | - |
| XYZ | 36.85 | 29.48 | 5.04 | - |
| YUV | 141.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 31 | 0 | 0.44 | 0.86 | 0.14 | 29.21 | 0.75 | 0.49 |
| Hex | DC | 7B | 1F | 0 | 2C | 56 | E | 1D | 4B | 31 |
| Octal | 334 | 173 | 37 | 0 | 54 | 126 | 16 | 35 | 113 | 61 |
| Binary | 11011100 | 1111011 | 11111 | 0 | 101100 | 1010110 | 1110 | 11101 | 1001011 | 110001 |
Color Harmonies of #DC7B1F
Complementary color
Monochromatic Colors of #DC7B1F
Black with #DC7B1F
Text Example
Text Example
White with #DC7B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B1F; }
p { color: rgb(220,123,31); }
H1.HeaderClassName
{
color: #DC7B1F;
}
.AnyTagClassName
{
color: #DC7B1F;
}
</style>
background-color css
<style>
a { background-color: #DC7B1F; }
a { background-color: rgb(220,123,31); }
div.DivClassName
{
background-color: #DC7B1F;
}
.BgClassName
{
background-color: #DC7B1F;
}
</style>
border-color css
<style>
span { border-color: #DC7B1F; }
span { border-color: rgb(220,123,31); }
td.TdClassName
{
border-color: #DC7B1F;
}
.TagClassName
{
border-color: #DC7B1F;
}
</style>