Shades of Tahiti Gold #DC812B
Tints of Tahiti Gold #DC812B
RGB
CMYK
RGB Variations
Color information
#DC812B (or 0xDC812B) is known color: Tahiti Gold. HEX triplet: DC, 81 and 2B. RGB value is (220,129,43). Sum of RGB (Red+Green+Blue) = 220+129+43=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC812B is #237ED4. Grayscale: #929292. Windows color (decimal): -2326229 or 2851292. OLE color: 2851292.
HSL color Cylindrical-coordinate representation of color #DC812B: hue angle of 29.15º degrees, saturation: 0.72, 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 #DC812B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 43 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.14 |
| HSL | 29.15º | 0.72% | 0.52% | - |
| HSV(B) | 29.15º | 0.8% | 0.86% | - |
| XYZ | 37.8 | 31.09 | 6.29 | - |
| YUV | 146.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 43 | 0 | 0.41 | 0.80 | 0.14 | 29.15 | 0.72 | 0.52 |
| Hex | DC | 81 | 2B | 0 | 29 | 50 | E | 1D | 48 | 34 |
| Octal | 334 | 201 | 53 | 0 | 51 | 120 | 16 | 35 | 110 | 64 |
| Binary | 11011100 | 10000001 | 101011 | 0 | 101001 | 1010000 | 1110 | 11101 | 1001000 | 110100 |
Color Harmonies of #DC812B
Complementary color
Monochromatic Colors of #DC812B
Black with #DC812B
Text Example
Text Example
White with #DC812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC812B; }
p { color: rgb(220,129,43); }
H1.HeaderClassName
{
color: #DC812B;
}
.AnyTagClassName
{
color: #DC812B;
}
</style>
background-color css
<style>
a { background-color: #DC812B; }
a { background-color: rgb(220,129,43); }
div.DivClassName
{
background-color: #DC812B;
}
.BgClassName
{
background-color: #DC812B;
}
</style>
border-color css
<style>
span { border-color: #DC812B; }
span { border-color: rgb(220,129,43); }
td.TdClassName
{
border-color: #DC812B;
}
.TagClassName
{
border-color: #DC812B;
}
</style>