Html Css Color HEX #DC4A16 Harley Davidson Orange
📋 copy color: '#DC4A16'red 220 ◦ green 74 ◦ blue 22
Shades of Harley Davidson Orange #DC4A16
Tints of Harley Davidson Orange #DC4A16
RGB
CMYK
RGB Variations
Color information
#DC4A16 (or 0xDC4A16) is known color: Harley Davidson Orange. HEX triplet: DC, 4A and 16. RGB value is (220,74,22). Sum of RGB (Red+Green+Blue) = 220+74+22=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4A16 is #23B5E9. Grayscale: #707070. Windows color (decimal): -2340330 or 1460956. OLE color: 1460956.
HSL color Cylindrical-coordinate representation of color #DC4A16: hue angle of 15.76º 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 #DC4A16 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 22 | - |
| CMYK | 0 | 0.66 | 0.9 | 0.14 |
| HSL | 15.76º | 0.82% | 0.47% | - |
| HSV(B) | 15.76º | 0.9% | 0.86% | - |
| XYZ | 32.11 | 20.17 | 2.96 | - |
| YUV | 111.73 | 77.37 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 22 | 0 | 0.66 | 0.9 | 0.14 | 15.76 | 0.82 | 0.47 |
| Hex | DC | 4A | 16 | 0 | 42 | 5A | E | 10 | 52 | 2F |
| Octal | 334 | 112 | 26 | 0 | 102 | 132 | 16 | 20 | 122 | 57 |
| Binary | 11011100 | 1001010 | 10110 | 0 | 1000010 | 1011010 | 1110 | 10000 | 1010010 | 101111 |
Color Harmonies of #DC4A16
Complementary color
Monochromatic Colors of #DC4A16
Black with #DC4A16
Text Example
Text Example
White with #DC4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A16; }
p { color: rgb(220,74,22); }
H1.HeaderClassName
{
color: #DC4A16;
}
.AnyTagClassName
{
color: #DC4A16;
}
</style>
background-color css
<style>
a { background-color: #DC4A16; }
a { background-color: rgb(220,74,22); }
div.DivClassName
{
background-color: #DC4A16;
}
.BgClassName
{
background-color: #DC4A16;
}
</style>
border-color css
<style>
span { border-color: #DC4A16; }
span { border-color: rgb(220,74,22); }
td.TdClassName
{
border-color: #DC4A16;
}
.TagClassName
{
border-color: #DC4A16;
}
</style>