Html Css Color HEX #DC4317 Harley Davidson Orange
📋 copy color: '#DC4317'red 220 ◦ green 67 ◦ blue 23
Shades of Harley Davidson Orange #DC4317
Tints of Harley Davidson Orange #DC4317
RGB
CMYK
RGB Variations
Color information
#DC4317 (or 0xDC4317) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 17. RGB value is (220,67,23). Sum of RGB (Red+Green+Blue) = 220+67+23=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4317 is #23BCE8. Grayscale: #6C6C6C. Windows color (decimal): -2342121 or 1524700. OLE color: 1524700.
HSL color Cylindrical-coordinate representation of color #DC4317: hue angle of 13.4º 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 #DC4317 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.14 |
| HSL | 13.4º | 0.81% | 0.48% | - |
| HSV(B) | 13.4º | 0.9% | 0.86% | - |
| XYZ | 31.68 | 19.29 | 2.86 | - |
| YUV | 107.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 23 | 0 | 0.70 | 0.90 | 0.14 | 13.4 | 0.81 | 0.48 |
| Hex | DC | 43 | 17 | 0 | 46 | 5A | E | D | 51 | 30 |
| Octal | 334 | 103 | 27 | 0 | 106 | 132 | 16 | 15 | 121 | 60 |
| Binary | 11011100 | 1000011 | 10111 | 0 | 1000110 | 1011010 | 1110 | 1101 | 1010001 | 110000 |
Color Harmonies of #DC4317
Complementary color
Monochromatic Colors of #DC4317
Black with #DC4317
Text Example
Text Example
White with #DC4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4317; }
p { color: rgb(220,67,23); }
H1.HeaderClassName
{
color: #DC4317;
}
.AnyTagClassName
{
color: #DC4317;
}
</style>
background-color css
<style>
a { background-color: #DC4317; }
a { background-color: rgb(220,67,23); }
div.DivClassName
{
background-color: #DC4317;
}
.BgClassName
{
background-color: #DC4317;
}
</style>
border-color css
<style>
span { border-color: #DC4317; }
span { border-color: rgb(220,67,23); }
td.TdClassName
{
border-color: #DC4317;
}
.TagClassName
{
border-color: #DC4317;
}
</style>