Html Css Color HEX #DC4917 Harley Davidson Orange
📋 copy color: '#DC4917'red 220 ◦ green 73 ◦ blue 23
Shades of Harley Davidson Orange #DC4917
Tints of Harley Davidson Orange #DC4917
RGB
CMYK
RGB Variations
Color information
#DC4917 (or 0xDC4917) is known color: Harley Davidson Orange. HEX triplet: DC, 49 and 17. RGB value is (220,73,23). Sum of RGB (Red+Green+Blue) = 220+73+23=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4917 is #23B6E8. Grayscale: #6F6F6F. Windows color (decimal): -2340585 or 1526236. OLE color: 1526236.
HSL color Cylindrical-coordinate representation of color #DC4917: hue angle of 15.23º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4917 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.14 |
| HSL | 15.23º | 0.81% | 0.48% | - |
| HSV(B) | 15.23º | 0.9% | 0.86% | - |
| XYZ | 32.05 | 20.04 | 2.99 | - |
| YUV | 111.25 | 78.2 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 23 | 0 | 0.67 | 0.90 | 0.14 | 15.23 | 0.81 | 0.48 |
| Hex | DC | 49 | 17 | 0 | 43 | 5A | E | F | 51 | 30 |
| Octal | 334 | 111 | 27 | 0 | 103 | 132 | 16 | 17 | 121 | 60 |
| Binary | 11011100 | 1001001 | 10111 | 0 | 1000011 | 1011010 | 1110 | 1111 | 1010001 | 110000 |
Color Harmonies of #DC4917
Complementary color
Monochromatic Colors of #DC4917
Black with #DC4917
Text Example
Text Example
White with #DC4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4917; }
p { color: rgb(220,73,23); }
H1.HeaderClassName
{
color: #DC4917;
}
.AnyTagClassName
{
color: #DC4917;
}
</style>
background-color css
<style>
a { background-color: #DC4917; }
a { background-color: rgb(220,73,23); }
div.DivClassName
{
background-color: #DC4917;
}
.BgClassName
{
background-color: #DC4917;
}
</style>
border-color css
<style>
span { border-color: #DC4917; }
span { border-color: rgb(220,73,23); }
td.TdClassName
{
border-color: #DC4917;
}
.TagClassName
{
border-color: #DC4917;
}
</style>