Html Css Color HEX #DC4811 Harley Davidson Orange
📋 copy color: '#DC4811'red 220 ◦ green 72 ◦ blue 17
Shades of Harley Davidson Orange #DC4811
Tints of Harley Davidson Orange #DC4811
RGB
CMYK
RGB Variations
Color information
#DC4811 (or 0xDC4811) is known color: Harley Davidson Orange. HEX triplet: DC, 48 and 11. RGB value is (220,72,17). Sum of RGB (Red+Green+Blue) = 220+72+17=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4811 is #23B7EE. Grayscale: #6E6E6E. Windows color (decimal): -2340847 or 1132764. OLE color: 1132764.
HSL color Cylindrical-coordinate representation of color #DC4811: hue angle of 16.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4811 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.14 |
| HSL | 16.26º | 0.86% | 0.46% | - |
| HSV(B) | 16.26º | 0.92% | 0.86% | - |
| XYZ | 31.93 | 19.89 | 2.69 | - |
| YUV | 109.98 | 75.53 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 17 | 0 | 0.67 | 0.92 | 0.14 | 16.26 | 0.86 | 0.46 |
| Hex | DC | 48 | 11 | 0 | 43 | 5C | E | 10 | 56 | 2E |
| Octal | 334 | 110 | 21 | 0 | 103 | 134 | 16 | 20 | 126 | 56 |
| Binary | 11011100 | 1001000 | 10001 | 0 | 1000011 | 1011100 | 1110 | 10000 | 1010110 | 101110 |
Color Harmonies of #DC4811
Complementary color
Monochromatic Colors of #DC4811
Black with #DC4811
Text Example
Text Example
White with #DC4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4811; }
p { color: rgb(220,72,17); }
H1.HeaderClassName
{
color: #DC4811;
}
.AnyTagClassName
{
color: #DC4811;
}
</style>
background-color css
<style>
a { background-color: #DC4811; }
a { background-color: rgb(220,72,17); }
div.DivClassName
{
background-color: #DC4811;
}
.BgClassName
{
background-color: #DC4811;
}
</style>
border-color css
<style>
span { border-color: #DC4811; }
span { border-color: rgb(220,72,17); }
td.TdClassName
{
border-color: #DC4811;
}
.TagClassName
{
border-color: #DC4811;
}
</style>