Shades of Tahiti Gold #DC6A25
Tints of Tahiti Gold #DC6A25
RGB
CMYK
RGB Variations
Color information
#DC6A25 (or 0xDC6A25) is known color: Tahiti Gold. HEX triplet: DC, 6A and 25. RGB value is (220,106,37). Sum of RGB (Red+Green+Blue) = 220+106+37=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A25 is #2395DA. Grayscale: #848484. Windows color (decimal): -2332123 or 2452188. OLE color: 2452188.
HSL color Cylindrical-coordinate representation of color #DC6A25: hue angle of 22.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6A25 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 37 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.14 |
| HSL | 22.62º | 0.72% | 0.5% | - |
| HSV(B) | 22.62º | 0.83% | 0.86% | - |
| XYZ | 35 | 25.66 | 4.86 | - |
| YUV | 132.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 37 | 0 | 0.52 | 0.83 | 0.14 | 22.62 | 0.72 | 0.5 |
| Hex | DC | 6A | 25 | 0 | 34 | 53 | E | 17 | 48 | 32 |
| Octal | 334 | 152 | 45 | 0 | 64 | 123 | 16 | 27 | 110 | 62 |
| Binary | 11011100 | 1101010 | 100101 | 0 | 110100 | 1010011 | 1110 | 10111 | 1001000 | 110010 |
Color Harmonies of #DC6A25
Complementary color
Monochromatic Colors of #DC6A25
Black with #DC6A25
Text Example
Text Example
White with #DC6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A25; }
p { color: rgb(220,106,37); }
H1.HeaderClassName
{
color: #DC6A25;
}
.AnyTagClassName
{
color: #DC6A25;
}
</style>
background-color css
<style>
a { background-color: #DC6A25; }
a { background-color: rgb(220,106,37); }
div.DivClassName
{
background-color: #DC6A25;
}
.BgClassName
{
background-color: #DC6A25;
}
</style>
border-color css
<style>
span { border-color: #DC6A25; }
span { border-color: rgb(220,106,37); }
td.TdClassName
{
border-color: #DC6A25;
}
.TagClassName
{
border-color: #DC6A25;
}
</style>