Shades of Tahiti Gold #DC752F
Tints of Tahiti Gold #DC752F
RGB
CMYK
RGB Variations
Color information
#DC752F (or 0xDC752F) is known color: Tahiti Gold. HEX triplet: DC, 75 and 2F. RGB value is (220,117,47). Sum of RGB (Red+Green+Blue) = 220+117+47=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC752F is #238AD0. Grayscale: #8C8C8C. Windows color (decimal): -2329297 or 3110364. OLE color: 3110364.
HSL color Cylindrical-coordinate representation of color #DC752F: hue angle of 24.28º 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 #DC752F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 47 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.14 |
| HSL | 24.28º | 0.71% | 0.52% | - |
| HSV(B) | 24.28º | 0.79% | 0.86% | - |
| XYZ | 36.39 | 28.14 | 6.2 | - |
| YUV | 139.82 | 75.62 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 47 | 0 | 0.47 | 0.79 | 0.14 | 24.28 | 0.71 | 0.52 |
| Hex | DC | 75 | 2F | 0 | 2F | 4F | E | 18 | 47 | 34 |
| Octal | 334 | 165 | 57 | 0 | 57 | 117 | 16 | 30 | 107 | 64 |
| Binary | 11011100 | 1110101 | 101111 | 0 | 101111 | 1001111 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DC752F
Complementary color
Monochromatic Colors of #DC752F
Black with #DC752F
Text Example
Text Example
White with #DC752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC752F; }
p { color: rgb(220,117,47); }
H1.HeaderClassName
{
color: #DC752F;
}
.AnyTagClassName
{
color: #DC752F;
}
</style>
background-color css
<style>
a { background-color: #DC752F; }
a { background-color: rgb(220,117,47); }
div.DivClassName
{
background-color: #DC752F;
}
.BgClassName
{
background-color: #DC752F;
}
</style>
border-color css
<style>
span { border-color: #DC752F; }
span { border-color: rgb(220,117,47); }
td.TdClassName
{
border-color: #DC752F;
}
.TagClassName
{
border-color: #DC752F;
}
</style>