Shades of Tahiti Gold #DC7D28
Tints of Tahiti Gold #DC7D28
RGB
CMYK
RGB Variations
Color information
#DC7D28 (or 0xDC7D28) is known color: Tahiti Gold. HEX triplet: DC, 7D and 28. RGB value is (220,125,40). Sum of RGB (Red+Green+Blue) = 220+125+40=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D28 is #2382D7. Grayscale: #909090. Windows color (decimal): -2327256 or 2653660. OLE color: 2653660.
HSL color Cylindrical-coordinate representation of color #DC7D28: hue angle of 28.33º 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 #DC7D28 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 40 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.14 |
| HSL | 28.33º | 0.72% | 0.51% | - |
| HSV(B) | 28.33º | 0.82% | 0.86% | - |
| XYZ | 37.23 | 30.04 | 5.84 | - |
| YUV | 143.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 40 | 0 | 0.43 | 0.82 | 0.14 | 28.33 | 0.72 | 0.51 |
| Hex | DC | 7D | 28 | 0 | 2B | 52 | E | 1C | 48 | 33 |
| Octal | 334 | 175 | 50 | 0 | 53 | 122 | 16 | 34 | 110 | 63 |
| Binary | 11011100 | 1111101 | 101000 | 0 | 101011 | 1010010 | 1110 | 11100 | 1001000 | 110011 |
Color Harmonies of #DC7D28
Complementary color
Monochromatic Colors of #DC7D28
Black with #DC7D28
Text Example
Text Example
White with #DC7D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D28; }
p { color: rgb(220,125,40); }
H1.HeaderClassName
{
color: #DC7D28;
}
.AnyTagClassName
{
color: #DC7D28;
}
</style>
background-color css
<style>
a { background-color: #DC7D28; }
a { background-color: rgb(220,125,40); }
div.DivClassName
{
background-color: #DC7D28;
}
.BgClassName
{
background-color: #DC7D28;
}
</style>
border-color css
<style>
span { border-color: #DC7D28; }
span { border-color: rgb(220,125,40); }
td.TdClassName
{
border-color: #DC7D28;
}
.TagClassName
{
border-color: #DC7D28;
}
</style>