Shades of Tahiti Gold #DC7533
Tints of Tahiti Gold #DC7533
RGB
CMYK
RGB Variations
Color information
#DC7533 (or 0xDC7533) is known color: Tahiti Gold. HEX triplet: DC, 75 and 33. RGB value is (220,117,51). Sum of RGB (Red+Green+Blue) = 220+117+51=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7533 is #238ACC. Grayscale: #8C8C8C. Windows color (decimal): -2329293 or 3372508. OLE color: 3372508.
HSL color Cylindrical-coordinate representation of color #DC7533: hue angle of 23.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC7533 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 51 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.14 |
| HSL | 23.43º | 0.71% | 0.53% | - |
| HSV(B) | 23.43º | 0.77% | 0.86% | - |
| XYZ | 36.47 | 28.18 | 6.65 | - |
| YUV | 140.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 51 | 0 | 0.47 | 0.77 | 0.14 | 23.43 | 0.71 | 0.53 |
| Hex | DC | 75 | 33 | 0 | 2F | 4D | E | 17 | 47 | 35 |
| Octal | 334 | 165 | 63 | 0 | 57 | 115 | 16 | 27 | 107 | 65 |
| Binary | 11011100 | 1110101 | 110011 | 0 | 101111 | 1001101 | 1110 | 10111 | 1000111 | 110101 |
Color Harmonies of #DC7533
Complementary color
Monochromatic Colors of #DC7533
Black with #DC7533
Text Example
Text Example
White with #DC7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7533; }
p { color: rgb(220,117,51); }
H1.HeaderClassName
{
color: #DC7533;
}
.AnyTagClassName
{
color: #DC7533;
}
</style>
background-color css
<style>
a { background-color: #DC7533; }
a { background-color: rgb(220,117,51); }
div.DivClassName
{
background-color: #DC7533;
}
.BgClassName
{
background-color: #DC7533;
}
</style>
border-color css
<style>
span { border-color: #DC7533; }
span { border-color: rgb(220,117,51); }
td.TdClassName
{
border-color: #DC7533;
}
.TagClassName
{
border-color: #DC7533;
}
</style>