Shades of Tahiti Gold #DC6924
Tints of Tahiti Gold #DC6924
RGB
CMYK
RGB Variations
Color information
#DC6924 (or 0xDC6924) is known color: Tahiti Gold. HEX triplet: DC, 69 and 24. RGB value is (220,105,36). Sum of RGB (Red+Green+Blue) = 220+105+36=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6924 is #2396DB. Grayscale: #838383. Windows color (decimal): -2332380 or 2386396. OLE color: 2386396.
HSL color Cylindrical-coordinate representation of color #DC6924: hue angle of 22.5º 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 #DC6924 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 36 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.14 |
| HSL | 22.5º | 0.72% | 0.5% | - |
| HSV(B) | 22.5º | 0.84% | 0.86% | - |
| XYZ | 34.89 | 25.45 | 4.74 | - |
| YUV | 131.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 36 | 0 | 0.52 | 0.84 | 0.14 | 22.5 | 0.72 | 0.5 |
| Hex | DC | 69 | 24 | 0 | 34 | 54 | E | 16 | 48 | 32 |
| Octal | 334 | 151 | 44 | 0 | 64 | 124 | 16 | 26 | 110 | 62 |
| Binary | 11011100 | 1101001 | 100100 | 0 | 110100 | 1010100 | 1110 | 10110 | 1001000 | 110010 |
Color Harmonies of #DC6924
Complementary color
Monochromatic Colors of #DC6924
Black with #DC6924
Text Example
Text Example
White with #DC6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6924; }
p { color: rgb(220,105,36); }
H1.HeaderClassName
{
color: #DC6924;
}
.AnyTagClassName
{
color: #DC6924;
}
</style>
background-color css
<style>
a { background-color: #DC6924; }
a { background-color: rgb(220,105,36); }
div.DivClassName
{
background-color: #DC6924;
}
.BgClassName
{
background-color: #DC6924;
}
</style>
border-color css
<style>
span { border-color: #DC6924; }
span { border-color: rgb(220,105,36); }
td.TdClassName
{
border-color: #DC6924;
}
.TagClassName
{
border-color: #DC6924;
}
</style>