Shades of Tahiti Gold #DC802B
Tints of Tahiti Gold #DC802B
RGB
CMYK
RGB Variations
Color information
#DC802B (or 0xDC802B) is known color: Tahiti Gold. HEX triplet: DC, 80 and 2B. RGB value is (220,128,43). Sum of RGB (Red+Green+Blue) = 220+128+43=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC802B is #237FD4. Grayscale: #929292. Windows color (decimal): -2326485 or 2851036. OLE color: 2851036.
HSL color Cylindrical-coordinate representation of color #DC802B: hue angle of 28.81º 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 #DC802B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 128 | 43 | - |
CMYK | 0 | 0.42 | 0.80 | 0.14 |
HSL | 28.81º | 0.72% | 0.52% | - |
HSV(B) | 28.81º | 0.8% | 0.86% | - |
XYZ | 37.67 | 30.83 | 6.25 | - |
YUV | 145.82 | 69.98 | 180.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 128 | 43 | 0 | 0.42 | 0.80 | 0.14 | 28.81 | 0.72 | 0.52 |
Hex | DC | 80 | 2B | 0 | 2A | 50 | E | 1D | 48 | 34 |
Octal | 334 | 200 | 53 | 0 | 52 | 120 | 16 | 35 | 110 | 64 |
Binary | 11011100 | 10000000 | 101011 | 0 | 101010 | 1010000 | 1110 | 11101 | 1001000 | 110100 |
Color Harmonies of #DC802B
Complementary color
Monochromatic Colors of #DC802B
Black with #DC802B
Text Example
Text Example
White with #DC802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC802B; }
p { color: rgb(220,128,43); }
H1.HeaderClassName
{
color: #DC802B;
}
.AnyTagClassName
{
color: #DC802B;
}
</style>
background-color css
<style>
a { background-color: #DC802B; }
a { background-color: rgb(220,128,43); }
div.DivClassName
{
background-color: #DC802B;
}
.BgClassName
{
background-color: #DC802B;
}
</style>
border-color css
<style>
span { border-color: #DC802B; }
span { border-color: rgb(220,128,43); }
td.TdClassName
{
border-color: #DC802B;
}
.TagClassName
{
border-color: #DC802B;
}
</style>