Shades of Tahiti Gold #DC6D28
Tints of Tahiti Gold #DC6D28
RGB
CMYK
RGB Variations
Color information
#DC6D28 (or 0xDC6D28) is known color: Tahiti Gold. HEX triplet: DC, 6D and 28. RGB value is (220,109,40). Sum of RGB (Red+Green+Blue) = 220+109+40=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D28 is #2392D7. Grayscale: #868686. Windows color (decimal): -2331352 or 2649564. OLE color: 2649564.
HSL color Cylindrical-coordinate representation of color #DC6D28: hue angle of 23º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC6D28 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 40 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.14 |
| HSL | 23º | 0.72% | 0.51% | - |
| HSV(B) | 23º | 0.82% | 0.86% | - |
| XYZ | 35.37 | 26.31 | 5.22 | - |
| YUV | 134.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 40 | 0 | 0.50 | 0.82 | 0.14 | 23 | 0.72 | 0.51 |
| Hex | DC | 6D | 28 | 0 | 32 | 52 | E | 17 | 48 | 33 |
| Octal | 334 | 155 | 50 | 0 | 62 | 122 | 16 | 27 | 110 | 63 |
| Binary | 11011100 | 1101101 | 101000 | 0 | 110010 | 1010010 | 1110 | 10111 | 1001000 | 110011 |
Color Harmonies of #DC6D28
Complementary color
Monochromatic Colors of #DC6D28
Black with #DC6D28
Text Example
Text Example
White with #DC6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D28; }
p { color: rgb(220,109,40); }
H1.HeaderClassName
{
color: #DC6D28;
}
.AnyTagClassName
{
color: #DC6D28;
}
</style>
background-color css
<style>
a { background-color: #DC6D28; }
a { background-color: rgb(220,109,40); }
div.DivClassName
{
background-color: #DC6D28;
}
.BgClassName
{
background-color: #DC6D28;
}
</style>
border-color css
<style>
span { border-color: #DC6D28; }
span { border-color: rgb(220,109,40); }
td.TdClassName
{
border-color: #DC6D28;
}
.TagClassName
{
border-color: #DC6D28;
}
</style>