Shades of Tahiti Gold #DC802D
Tints of Tahiti Gold #DC802D
RGB
CMYK
RGB Variations
Color information
#DC802D (or 0xDC802D) is known color: Tahiti Gold. HEX triplet: DC, 80 and 2D. RGB value is (220,128,45). Sum of RGB (Red+Green+Blue) = 220+128+45=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC802D is #237FD2. Grayscale: #929292. Windows color (decimal): -2326483 or 2982108. OLE color: 2982108.
HSL color Cylindrical-coordinate representation of color #DC802D: hue angle of 28.46º 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 #DC802D is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 128 | 45 | - |
CMYK | 0 | 0.42 | 0.80 | 0.14 |
HSL | 28.46º | 0.71% | 0.52% | - |
HSV(B) | 28.46º | 0.8% | 0.86% | - |
XYZ | 37.71 | 30.84 | 6.45 | - |
YUV | 146.05 | 70.98 | 180.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 128 | 45 | 0 | 0.42 | 0.80 | 0.14 | 28.46 | 0.71 | 0.52 |
Hex | DC | 80 | 2D | 0 | 2A | 50 | E | 1C | 47 | 34 |
Octal | 334 | 200 | 55 | 0 | 52 | 120 | 16 | 34 | 107 | 64 |
Binary | 11011100 | 10000000 | 101101 | 0 | 101010 | 1010000 | 1110 | 11100 | 1000111 | 110100 |
Color Harmonies of #DC802D
Complementary color
Monochromatic Colors of #DC802D
Black with #DC802D
Text Example
Text Example
White with #DC802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC802D; }
p { color: rgb(220,128,45); }
H1.HeaderClassName
{
color: #DC802D;
}
.AnyTagClassName
{
color: #DC802D;
}
</style>
background-color css
<style>
a { background-color: #DC802D; }
a { background-color: rgb(220,128,45); }
div.DivClassName
{
background-color: #DC802D;
}
.BgClassName
{
background-color: #DC802D;
}
</style>
border-color css
<style>
span { border-color: #DC802D; }
span { border-color: rgb(220,128,45); }
td.TdClassName
{
border-color: #DC802D;
}
.TagClassName
{
border-color: #DC802D;
}
</style>