Shades of Tahiti Gold #DC6E2C
Tints of Tahiti Gold #DC6E2C
RGB
CMYK
RGB Variations
Color information
#DC6E2C (or 0xDC6E2C) is known color: Tahiti Gold. HEX triplet: DC, 6E and 2C. RGB value is (220,110,44). Sum of RGB (Red+Green+Blue) = 220+110+44=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E2C is #2391D3. Grayscale: #878787. Windows color (decimal): -2331092 or 2911964. OLE color: 2911964.
HSL color Cylindrical-coordinate representation of color #DC6E2C: hue angle of 22.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC6E2C is Cyan = 0, Magento = 0.50, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 44 | - |
| CMYK | 0 | 0.50 | 0.8 | 0.14 |
| HSL | 22.5º | 0.72% | 0.52% | - |
| HSV(B) | 22.5º | 0.8% | 0.86% | - |
| XYZ | 35.55 | 26.55 | 5.63 | - |
| YUV | 135.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 44 | 0 | 0.50 | 0.8 | 0.14 | 22.5 | 0.72 | 0.52 |
| Hex | DC | 6E | 2C | 0 | 32 | 50 | E | 16 | 48 | 34 |
| Octal | 334 | 156 | 54 | 0 | 62 | 120 | 16 | 26 | 110 | 64 |
| Binary | 11011100 | 1101110 | 101100 | 0 | 110010 | 1010000 | 1110 | 10110 | 1001000 | 110100 |
Color Harmonies of #DC6E2C
Complementary color
Monochromatic Colors of #DC6E2C
Black with #DC6E2C
Text Example
Text Example
White with #DC6E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E2C; }
p { color: rgb(220,110,44); }
H1.HeaderClassName
{
color: #DC6E2C;
}
.AnyTagClassName
{
color: #DC6E2C;
}
</style>
background-color css
<style>
a { background-color: #DC6E2C; }
a { background-color: rgb(220,110,44); }
div.DivClassName
{
background-color: #DC6E2C;
}
.BgClassName
{
background-color: #DC6E2C;
}
</style>
border-color css
<style>
span { border-color: #DC6E2C; }
span { border-color: rgb(220,110,44); }
td.TdClassName
{
border-color: #DC6E2C;
}
.TagClassName
{
border-color: #DC6E2C;
}
</style>