Shades of Tahiti Gold #DC6B25
Tints of Tahiti Gold #DC6B25
RGB
CMYK
RGB Variations
Color information
#DC6B25 (or 0xDC6B25) is known color: Tahiti Gold. HEX triplet: DC, 6B and 25. RGB value is (220,107,37). Sum of RGB (Red+Green+Blue) = 220+107+37=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B25 is #2394DA. Grayscale: #858585. Windows color (decimal): -2331867 or 2452444. OLE color: 2452444.
HSL color Cylindrical-coordinate representation of color #DC6B25: hue angle of 22.95º 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 #DC6B25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.14 |
| HSL | 22.95º | 0.72% | 0.5% | - |
| HSV(B) | 22.95º | 0.83% | 0.86% | - |
| XYZ | 35.11 | 25.86 | 4.89 | - |
| YUV | 132.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 37 | 0 | 0.51 | 0.83 | 0.14 | 22.95 | 0.72 | 0.5 |
| Hex | DC | 6B | 25 | 0 | 33 | 53 | E | 17 | 48 | 32 |
| Octal | 334 | 153 | 45 | 0 | 63 | 123 | 16 | 27 | 110 | 62 |
| Binary | 11011100 | 1101011 | 100101 | 0 | 110011 | 1010011 | 1110 | 10111 | 1001000 | 110010 |
Color Harmonies of #DC6B25
Complementary color
Monochromatic Colors of #DC6B25
Black with #DC6B25
Text Example
Text Example
White with #DC6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B25; }
p { color: rgb(220,107,37); }
H1.HeaderClassName
{
color: #DC6B25;
}
.AnyTagClassName
{
color: #DC6B25;
}
</style>
background-color css
<style>
a { background-color: #DC6B25; }
a { background-color: rgb(220,107,37); }
div.DivClassName
{
background-color: #DC6B25;
}
.BgClassName
{
background-color: #DC6B25;
}
</style>
border-color css
<style>
span { border-color: #DC6B25; }
span { border-color: rgb(220,107,37); }
td.TdClassName
{
border-color: #DC6B25;
}
.TagClassName
{
border-color: #DC6B25;
}
</style>