Shades of Tahiti Gold #DC7B27
Tints of Tahiti Gold #DC7B27
RGB
CMYK
RGB Variations
Color information
#DC7B27 (or 0xDC7B27) is known color: Tahiti Gold. HEX triplet: DC, 7B and 27. RGB value is (220,123,39). Sum of RGB (Red+Green+Blue) = 220+123+39=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B27 is #2384D8. Grayscale: #8E8E8E. Windows color (decimal): -2327769 or 2587612. OLE color: 2587612.
HSL color Cylindrical-coordinate representation of color #DC7B27: hue angle of 27.85º 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 #DC7B27 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 39 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.14 |
| HSL | 27.85º | 0.72% | 0.51% | - |
| HSV(B) | 27.85º | 0.82% | 0.86% | - |
| XYZ | 36.96 | 29.53 | 5.67 | - |
| YUV | 142.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 39 | 0 | 0.44 | 0.82 | 0.14 | 27.85 | 0.72 | 0.51 |
| Hex | DC | 7B | 27 | 0 | 2C | 52 | E | 1C | 48 | 33 |
| Octal | 334 | 173 | 47 | 0 | 54 | 122 | 16 | 34 | 110 | 63 |
| Binary | 11011100 | 1111011 | 100111 | 0 | 101100 | 1010010 | 1110 | 11100 | 1001000 | 110011 |
Color Harmonies of #DC7B27
Complementary color
Monochromatic Colors of #DC7B27
Black with #DC7B27
Text Example
Text Example
White with #DC7B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B27; }
p { color: rgb(220,123,39); }
H1.HeaderClassName
{
color: #DC7B27;
}
.AnyTagClassName
{
color: #DC7B27;
}
</style>
background-color css
<style>
a { background-color: #DC7B27; }
a { background-color: rgb(220,123,39); }
div.DivClassName
{
background-color: #DC7B27;
}
.BgClassName
{
background-color: #DC7B27;
}
</style>
border-color css
<style>
span { border-color: #DC7B27; }
span { border-color: rgb(220,123,39); }
td.TdClassName
{
border-color: #DC7B27;
}
.TagClassName
{
border-color: #DC7B27;
}
</style>