Html Css Color HEX #DC470F Harley Davidson Orange
📋 copy color: '#DC470F'red 220 ◦ green 71 ◦ blue 15
Shades of Harley Davidson Orange #DC470F
Tints of Harley Davidson Orange #DC470F
RGB
CMYK
RGB Variations
Color information
#DC470F (or 0xDC470F) is known color: Harley Davidson Orange. HEX triplet: DC, 47 and 0F. RGB value is (220,71,15). Sum of RGB (Red+Green+Blue) = 220+71+15=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC470F is #23B8F0. Grayscale: #6D6D6D. Windows color (decimal): -2341105 or 1001436. OLE color: 1001436.
HSL color Cylindrical-coordinate representation of color #DC470F: hue angle of 16.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC470F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.14 |
| HSL | 16.39º | 0.87% | 0.46% | - |
| HSV(B) | 16.39º | 0.93% | 0.86% | - |
| XYZ | 31.85 | 19.76 | 2.59 | - |
| YUV | 109.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 15 | 0 | 0.68 | 0.93 | 0.14 | 16.39 | 0.87 | 0.46 |
| Hex | DC | 47 | F | 0 | 44 | 5D | E | 10 | 57 | 2E |
| Octal | 334 | 107 | 17 | 0 | 104 | 135 | 16 | 20 | 127 | 56 |
| Binary | 11011100 | 1000111 | 1111 | 0 | 1000100 | 1011101 | 1110 | 10000 | 1010111 | 101110 |
Color Harmonies of #DC470F
Complementary color
Monochromatic Colors of #DC470F
Black with #DC470F
Text Example
Text Example
White with #DC470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC470F; }
p { color: rgb(220,71,15); }
H1.HeaderClassName
{
color: #DC470F;
}
.AnyTagClassName
{
color: #DC470F;
}
</style>
background-color css
<style>
a { background-color: #DC470F; }
a { background-color: rgb(220,71,15); }
div.DivClassName
{
background-color: #DC470F;
}
.BgClassName
{
background-color: #DC470F;
}
</style>
border-color css
<style>
span { border-color: #DC470F; }
span { border-color: rgb(220,71,15); }
td.TdClassName
{
border-color: #DC470F;
}
.TagClassName
{
border-color: #DC470F;
}
</style>