Shades of Tahiti Gold #DC732F
Tints of Tahiti Gold #DC732F
RGB
CMYK
RGB Variations
Color information
#DC732F (or 0xDC732F) is known color: Tahiti Gold. HEX triplet: DC, 73 and 2F. RGB value is (220,115,47). Sum of RGB (Red+Green+Blue) = 220+115+47=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC732F is #238CD0. Grayscale: #8B8B8B. Windows color (decimal): -2329809 or 3109852. OLE color: 3109852.
HSL color Cylindrical-coordinate representation of color #DC732F: hue angle of 23.58º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC732F is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 47 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.14 |
| HSL | 23.58º | 0.71% | 0.52% | - |
| HSV(B) | 23.58º | 0.79% | 0.86% | - |
| XYZ | 36.16 | 27.68 | 6.13 | - |
| YUV | 138.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 47 | 0 | 0.48 | 0.79 | 0.14 | 23.58 | 0.71 | 0.52 |
| Hex | DC | 73 | 2F | 0 | 30 | 4F | E | 18 | 47 | 34 |
| Octal | 334 | 163 | 57 | 0 | 60 | 117 | 16 | 30 | 107 | 64 |
| Binary | 11011100 | 1110011 | 101111 | 0 | 110000 | 1001111 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DC732F
Complementary color
Monochromatic Colors of #DC732F
Black with #DC732F
Text Example
Text Example
White with #DC732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC732F; }
p { color: rgb(220,115,47); }
H1.HeaderClassName
{
color: #DC732F;
}
.AnyTagClassName
{
color: #DC732F;
}
</style>
background-color css
<style>
a { background-color: #DC732F; }
a { background-color: rgb(220,115,47); }
div.DivClassName
{
background-color: #DC732F;
}
.BgClassName
{
background-color: #DC732F;
}
</style>
border-color css
<style>
span { border-color: #DC732F; }
span { border-color: rgb(220,115,47); }
td.TdClassName
{
border-color: #DC732F;
}
.TagClassName
{
border-color: #DC732F;
}
</style>