Shades of Tahiti Gold #DC6E2E
Tints of Tahiti Gold #DC6E2E
RGB
CMYK
RGB Variations
Color information
#DC6E2E (or 0xDC6E2E) is known color: Tahiti Gold. HEX triplet: DC, 6E and 2E. RGB value is (220,110,46). Sum of RGB (Red+Green+Blue) = 220+110+46=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E2E is #2391D1. Grayscale: #878787. Windows color (decimal): -2331090 or 3043036. OLE color: 3043036.
HSL color Cylindrical-coordinate representation of color #DC6E2E: hue angle of 22.07º 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 #DC6E2E is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 46 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.14 |
| HSL | 22.07º | 0.71% | 0.52% | - |
| HSV(B) | 22.07º | 0.79% | 0.86% | - |
| XYZ | 35.58 | 26.56 | 5.84 | - |
| YUV | 135.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 46 | 0 | 0.50 | 0.79 | 0.14 | 22.07 | 0.71 | 0.52 |
| Hex | DC | 6E | 2E | 0 | 32 | 4F | E | 16 | 47 | 34 |
| Octal | 334 | 156 | 56 | 0 | 62 | 117 | 16 | 26 | 107 | 64 |
| Binary | 11011100 | 1101110 | 101110 | 0 | 110010 | 1001111 | 1110 | 10110 | 1000111 | 110100 |
Color Harmonies of #DC6E2E
Complementary color
Monochromatic Colors of #DC6E2E
Black with #DC6E2E
Text Example
Text Example
White with #DC6E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E2E; }
p { color: rgb(220,110,46); }
H1.HeaderClassName
{
color: #DC6E2E;
}
.AnyTagClassName
{
color: #DC6E2E;
}
</style>
background-color css
<style>
a { background-color: #DC6E2E; }
a { background-color: rgb(220,110,46); }
div.DivClassName
{
background-color: #DC6E2E;
}
.BgClassName
{
background-color: #DC6E2E;
}
</style>
border-color css
<style>
span { border-color: #DC6E2E; }
span { border-color: rgb(220,110,46); }
td.TdClassName
{
border-color: #DC6E2E;
}
.TagClassName
{
border-color: #DC6E2E;
}
</style>