Shades of Tahiti Gold #DC6F27
Tints of Tahiti Gold #DC6F27
RGB
CMYK
RGB Variations
Color information
#DC6F27 (or 0xDC6F27) is known color: Tahiti Gold. HEX triplet: DC, 6F and 27. RGB value is (220,111,39). Sum of RGB (Red+Green+Blue) = 220+111+39=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6F27 is #2390D8. Grayscale: #878787. Windows color (decimal): -2330841 or 2584540. OLE color: 2584540.
HSL color Cylindrical-coordinate representation of color #DC6F27: hue angle of 23.87º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC6F27 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 39 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.14 |
| HSL | 23.87º | 0.72% | 0.51% | - |
| HSV(B) | 23.87º | 0.82% | 0.86% | - |
| XYZ | 35.57 | 26.73 | 5.2 | - |
| YUV | 135.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 39 | 0 | 0.50 | 0.82 | 0.14 | 23.87 | 0.72 | 0.51 |
| Hex | DC | 6F | 27 | 0 | 32 | 52 | E | 18 | 48 | 33 |
| Octal | 334 | 157 | 47 | 0 | 62 | 122 | 16 | 30 | 110 | 63 |
| Binary | 11011100 | 1101111 | 100111 | 0 | 110010 | 1010010 | 1110 | 11000 | 1001000 | 110011 |
Color Harmonies of #DC6F27
Complementary color
Monochromatic Colors of #DC6F27
Black with #DC6F27
Text Example
Text Example
White with #DC6F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F27; }
p { color: rgb(220,111,39); }
H1.HeaderClassName
{
color: #DC6F27;
}
.AnyTagClassName
{
color: #DC6F27;
}
</style>
background-color css
<style>
a { background-color: #DC6F27; }
a { background-color: rgb(220,111,39); }
div.DivClassName
{
background-color: #DC6F27;
}
.BgClassName
{
background-color: #DC6F27;
}
</style>
border-color css
<style>
span { border-color: #DC6F27; }
span { border-color: rgb(220,111,39); }
td.TdClassName
{
border-color: #DC6F27;
}
.TagClassName
{
border-color: #DC6F27;
}
</style>