Shades of Tahiti Gold #DC6F2F
Tints of Tahiti Gold #DC6F2F
RGB
CMYK
RGB Variations
Color information
#DC6F2F (or 0xDC6F2F) is known color: Tahiti Gold. HEX triplet: DC, 6F and 2F. RGB value is (220,111,47). Sum of RGB (Red+Green+Blue) = 220+111+47=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6F2F is #2390D0. Grayscale: #888888. Windows color (decimal): -2330833 or 3108828. OLE color: 3108828.
HSL color Cylindrical-coordinate representation of color #DC6F2F: hue angle of 22.2º 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 #DC6F2F is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 47 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.14 |
| HSL | 22.2º | 0.71% | 0.52% | - |
| HSV(B) | 22.2º | 0.79% | 0.86% | - |
| XYZ | 35.71 | 26.79 | 5.98 | - |
| YUV | 136.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 47 | 0 | 0.50 | 0.79 | 0.14 | 22.2 | 0.71 | 0.52 |
| Hex | DC | 6F | 2F | 0 | 32 | 4F | E | 16 | 47 | 34 |
| Octal | 334 | 157 | 57 | 0 | 62 | 117 | 16 | 26 | 107 | 64 |
| Binary | 11011100 | 1101111 | 101111 | 0 | 110010 | 1001111 | 1110 | 10110 | 1000111 | 110100 |
Color Harmonies of #DC6F2F
Complementary color
Monochromatic Colors of #DC6F2F
Black with #DC6F2F
Text Example
Text Example
White with #DC6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F2F; }
p { color: rgb(220,111,47); }
H1.HeaderClassName
{
color: #DC6F2F;
}
.AnyTagClassName
{
color: #DC6F2F;
}
</style>
background-color css
<style>
a { background-color: #DC6F2F; }
a { background-color: rgb(220,111,47); }
div.DivClassName
{
background-color: #DC6F2F;
}
.BgClassName
{
background-color: #DC6F2F;
}
</style>
border-color css
<style>
span { border-color: #DC6F2F; }
span { border-color: rgb(220,111,47); }
td.TdClassName
{
border-color: #DC6F2F;
}
.TagClassName
{
border-color: #DC6F2F;
}
</style>