Shades of Tahiti Gold #DC7B24
Tints of Tahiti Gold #DC7B24
RGB
CMYK
RGB Variations
Color information
#DC7B24 (or 0xDC7B24) is known color: Tahiti Gold. HEX triplet: DC, 7B and 24. RGB value is (220,123,36). Sum of RGB (Red+Green+Blue) = 220+123+36=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B24 is #2384DB. Grayscale: #8E8E8E. Windows color (decimal): -2327772 or 2391004. OLE color: 2391004.
HSL color Cylindrical-coordinate representation of color #DC7B24: hue angle of 28.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC7B24 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 36 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.14 |
| HSL | 28.37º | 0.72% | 0.5% | - |
| HSV(B) | 28.37º | 0.84% | 0.86% | - |
| XYZ | 36.92 | 29.51 | 5.42 | - |
| YUV | 142.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 36 | 0 | 0.44 | 0.84 | 0.14 | 28.37 | 0.72 | 0.5 |
| Hex | DC | 7B | 24 | 0 | 2C | 54 | E | 1C | 48 | 32 |
| Octal | 334 | 173 | 44 | 0 | 54 | 124 | 16 | 34 | 110 | 62 |
| Binary | 11011100 | 1111011 | 100100 | 0 | 101100 | 1010100 | 1110 | 11100 | 1001000 | 110010 |
Color Harmonies of #DC7B24
Complementary color
Monochromatic Colors of #DC7B24
Black with #DC7B24
Text Example
Text Example
White with #DC7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B24; }
p { color: rgb(220,123,36); }
H1.HeaderClassName
{
color: #DC7B24;
}
.AnyTagClassName
{
color: #DC7B24;
}
</style>
background-color css
<style>
a { background-color: #DC7B24; }
a { background-color: rgb(220,123,36); }
div.DivClassName
{
background-color: #DC7B24;
}
.BgClassName
{
background-color: #DC7B24;
}
</style>
border-color css
<style>
span { border-color: #DC7B24; }
span { border-color: rgb(220,123,36); }
td.TdClassName
{
border-color: #DC7B24;
}
.TagClassName
{
border-color: #DC7B24;
}
</style>