Shades of Tahiti Gold #DC6928
Tints of Tahiti Gold #DC6928
RGB
CMYK
RGB Variations
Color information
#DC6928 (or 0xDC6928) is known color: Tahiti Gold. HEX triplet: DC, 69 and 28. RGB value is (220,105,40). Sum of RGB (Red+Green+Blue) = 220+105+40=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6928 is #2396D7. Grayscale: #848484. Windows color (decimal): -2332376 or 2648540. OLE color: 2648540.
HSL color Cylindrical-coordinate representation of color #DC6928: hue angle of 21.67º 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 #DC6928 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 40 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.14 |
| HSL | 21.67º | 0.72% | 0.51% | - |
| HSV(B) | 21.67º | 0.82% | 0.86% | - |
| XYZ | 34.95 | 25.47 | 5.08 | - |
| YUV | 131.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 40 | 0 | 0.52 | 0.82 | 0.14 | 21.67 | 0.72 | 0.51 |
| Hex | DC | 69 | 28 | 0 | 34 | 52 | E | 16 | 48 | 33 |
| Octal | 334 | 151 | 50 | 0 | 64 | 122 | 16 | 26 | 110 | 63 |
| Binary | 11011100 | 1101001 | 101000 | 0 | 110100 | 1010010 | 1110 | 10110 | 1001000 | 110011 |
Color Harmonies of #DC6928
Complementary color
Monochromatic Colors of #DC6928
Black with #DC6928
Text Example
Text Example
White with #DC6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6928; }
p { color: rgb(220,105,40); }
H1.HeaderClassName
{
color: #DC6928;
}
.AnyTagClassName
{
color: #DC6928;
}
</style>
background-color css
<style>
a { background-color: #DC6928; }
a { background-color: rgb(220,105,40); }
div.DivClassName
{
background-color: #DC6928;
}
.BgClassName
{
background-color: #DC6928;
}
</style>
border-color css
<style>
span { border-color: #DC6928; }
span { border-color: rgb(220,105,40); }
td.TdClassName
{
border-color: #DC6928;
}
.TagClassName
{
border-color: #DC6928;
}
</style>