Html Css Color HEX #DC4816 Harley Davidson Orange
📋 copy color: '#DC4816'red 220 ◦ green 72 ◦ blue 22
Shades of Harley Davidson Orange #DC4816
Tints of Harley Davidson Orange #DC4816
RGB
CMYK
RGB Variations
Color information
#DC4816 (or 0xDC4816) is known color: Harley Davidson Orange. HEX triplet: DC, 48 and 16. RGB value is (220,72,22). Sum of RGB (Red+Green+Blue) = 220+72+22=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4816 is #23B7E9. Grayscale: #6E6E6E. Windows color (decimal): -2340842 or 1460444. OLE color: 1460444.
HSL color Cylindrical-coordinate representation of color #DC4816: hue angle of 15.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4816 is Cyan = 0, Magento = 0.67, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 22 | - |
| CMYK | 0 | 0.67 | 0.9 | 0.14 |
| HSL | 15.15º | 0.82% | 0.47% | - |
| HSV(B) | 15.15º | 0.9% | 0.86% | - |
| XYZ | 31.98 | 19.91 | 2.92 | - |
| YUV | 110.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 22 | 0 | 0.67 | 0.9 | 0.14 | 15.15 | 0.82 | 0.47 |
| Hex | DC | 48 | 16 | 0 | 43 | 5A | E | F | 52 | 2F |
| Octal | 334 | 110 | 26 | 0 | 103 | 132 | 16 | 17 | 122 | 57 |
| Binary | 11011100 | 1001000 | 10110 | 0 | 1000011 | 1011010 | 1110 | 1111 | 1010010 | 101111 |
Color Harmonies of #DC4816
Complementary color
Monochromatic Colors of #DC4816
Black with #DC4816
Text Example
Text Example
White with #DC4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4816; }
p { color: rgb(220,72,22); }
H1.HeaderClassName
{
color: #DC4816;
}
.AnyTagClassName
{
color: #DC4816;
}
</style>
background-color css
<style>
a { background-color: #DC4816; }
a { background-color: rgb(220,72,22); }
div.DivClassName
{
background-color: #DC4816;
}
.BgClassName
{
background-color: #DC4816;
}
</style>
border-color css
<style>
span { border-color: #DC4816; }
span { border-color: rgb(220,72,22); }
td.TdClassName
{
border-color: #DC4816;
}
.TagClassName
{
border-color: #DC4816;
}
</style>