Shades of Tahiti Gold #DC722D
Tints of Tahiti Gold #DC722D
RGB
CMYK
RGB Variations
Color information
#DC722D (or 0xDC722D) is known color: Tahiti Gold. HEX triplet: DC, 72 and 2D. RGB value is (220,114,45). Sum of RGB (Red+Green+Blue) = 220+114+45=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC722D is #238DD2. Grayscale: #8A8A8A. Windows color (decimal): -2330067 or 2978524. OLE color: 2978524.
HSL color Cylindrical-coordinate representation of color #DC722D: hue angle of 23.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC722D is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 45 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.14 |
| HSL | 23.66º | 0.71% | 0.52% | - |
| HSV(B) | 23.66º | 0.8% | 0.86% | - |
| XYZ | 36.01 | 27.44 | 5.88 | - |
| YUV | 137.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 45 | 0 | 0.48 | 0.80 | 0.14 | 23.66 | 0.71 | 0.52 |
| Hex | DC | 72 | 2D | 0 | 30 | 50 | E | 18 | 47 | 34 |
| Octal | 334 | 162 | 55 | 0 | 60 | 120 | 16 | 30 | 107 | 64 |
| Binary | 11011100 | 1110010 | 101101 | 0 | 110000 | 1010000 | 1110 | 11000 | 1000111 | 110100 |
Color Harmonies of #DC722D
Complementary color
Monochromatic Colors of #DC722D
Black with #DC722D
Text Example
Text Example
White with #DC722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC722D; }
p { color: rgb(220,114,45); }
H1.HeaderClassName
{
color: #DC722D;
}
.AnyTagClassName
{
color: #DC722D;
}
</style>
background-color css
<style>
a { background-color: #DC722D; }
a { background-color: rgb(220,114,45); }
div.DivClassName
{
background-color: #DC722D;
}
.BgClassName
{
background-color: #DC722D;
}
</style>
border-color css
<style>
span { border-color: #DC722D; }
span { border-color: rgb(220,114,45); }
td.TdClassName
{
border-color: #DC722D;
}
.TagClassName
{
border-color: #DC722D;
}
</style>