Shades of Tahiti Gold #DC6626
Tints of Tahiti Gold #DC6626
RGB
CMYK
RGB Variations
Color information
#DC6626 (or 0xDC6626) is known color: Tahiti Gold. HEX triplet: DC, 66 and 26. RGB value is (220,102,38). Sum of RGB (Red+Green+Blue) = 220+102+38=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6626 is #2399D9. Grayscale: #828282. Windows color (decimal): -2333146 or 2516700. OLE color: 2516700.
HSL color Cylindrical-coordinate representation of color #DC6626: hue angle of 21.1º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6626 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 38 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.14 |
| HSL | 21.1º | 0.72% | 0.51% | - |
| HSV(B) | 21.1º | 0.83% | 0.86% | - |
| XYZ | 34.62 | 24.86 | 4.81 | - |
| YUV | 129.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 38 | 0 | 0.54 | 0.83 | 0.14 | 21.1 | 0.72 | 0.51 |
| Hex | DC | 66 | 26 | 0 | 36 | 53 | E | 15 | 48 | 33 |
| Octal | 334 | 146 | 46 | 0 | 66 | 123 | 16 | 25 | 110 | 63 |
| Binary | 11011100 | 1100110 | 100110 | 0 | 110110 | 1010011 | 1110 | 10101 | 1001000 | 110011 |
Color Harmonies of #DC6626
Complementary color
Monochromatic Colors of #DC6626
Black with #DC6626
Text Example
Text Example
White with #DC6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6626; }
p { color: rgb(220,102,38); }
H1.HeaderClassName
{
color: #DC6626;
}
.AnyTagClassName
{
color: #DC6626;
}
</style>
background-color css
<style>
a { background-color: #DC6626; }
a { background-color: rgb(220,102,38); }
div.DivClassName
{
background-color: #DC6626;
}
.BgClassName
{
background-color: #DC6626;
}
</style>
border-color css
<style>
span { border-color: #DC6626; }
span { border-color: rgb(220,102,38); }
td.TdClassName
{
border-color: #DC6626;
}
.TagClassName
{
border-color: #DC6626;
}
</style>