Shades of Tahiti Gold #DC7B2F
Tints of Tahiti Gold #DC7B2F
RGB
CMYK
RGB Variations
Color information
#DC7B2F (or 0xDC7B2F) is known color: Tahiti Gold. HEX triplet: DC, 7B and 2F. RGB value is (220,123,47). Sum of RGB (Red+Green+Blue) = 220+123+47=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B2F is #2384D0. Grayscale: #8F8F8F. Windows color (decimal): -2327761 or 3111900. OLE color: 3111900.
HSL color Cylindrical-coordinate representation of color #DC7B2F: hue angle of 26.36º 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 #DC7B2F is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 47 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.14 |
| HSL | 26.36º | 0.71% | 0.52% | - |
| HSV(B) | 26.36º | 0.79% | 0.86% | - |
| XYZ | 37.11 | 29.59 | 6.44 | - |
| YUV | 143.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 47 | 0 | 0.44 | 0.79 | 0.14 | 26.36 | 0.71 | 0.52 |
| Hex | DC | 7B | 2F | 0 | 2C | 4F | E | 1A | 47 | 34 |
| Octal | 334 | 173 | 57 | 0 | 54 | 117 | 16 | 32 | 107 | 64 |
| Binary | 11011100 | 1111011 | 101111 | 0 | 101100 | 1001111 | 1110 | 11010 | 1000111 | 110100 |
Color Harmonies of #DC7B2F
Complementary color
Monochromatic Colors of #DC7B2F
Black with #DC7B2F
Text Example
Text Example
White with #DC7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B2F; }
p { color: rgb(220,123,47); }
H1.HeaderClassName
{
color: #DC7B2F;
}
.AnyTagClassName
{
color: #DC7B2F;
}
</style>
background-color css
<style>
a { background-color: #DC7B2F; }
a { background-color: rgb(220,123,47); }
div.DivClassName
{
background-color: #DC7B2F;
}
.BgClassName
{
background-color: #DC7B2F;
}
</style>
border-color css
<style>
span { border-color: #DC7B2F; }
span { border-color: rgb(220,123,47); }
td.TdClassName
{
border-color: #DC7B2F;
}
.TagClassName
{
border-color: #DC7B2F;
}
</style>