Html Css Color HEX #DC4005 Harley Davidson Orange
📋 copy color: '#DC4005'red 220 ◦ green 64 ◦ blue 5
Shades of Harley Davidson Orange #DC4005
Tints of Harley Davidson Orange #DC4005
RGB
CMYK
RGB Variations
Color information
#DC4005 (or 0xDC4005) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 05. RGB value is (220,64,5). Sum of RGB (Red+Green+Blue) = 220+64+5=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4005 is #23BFFA. Grayscale: #686868. Windows color (decimal): -2342907 or 344284. OLE color: 344284.
HSL color Cylindrical-coordinate representation of color #DC4005: hue angle of 16.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC4005 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.14 |
| HSL | 16.47º | 0.96% | 0.44% | - |
| HSV(B) | 16.47º | 0.98% | 0.86% | - |
| XYZ | 31.38 | 18.89 | 2.14 | - |
| YUV | 103.92 | 72.18 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 5 | 0 | 0.71 | 0.98 | 0.14 | 16.47 | 0.96 | 0.44 |
| Hex | DC | 40 | 5 | 0 | 47 | 62 | E | 10 | 60 | 2C |
| Octal | 334 | 100 | 5 | 0 | 107 | 142 | 16 | 20 | 140 | 54 |
| Binary | 11011100 | 1000000 | 101 | 0 | 1000111 | 1100010 | 1110 | 10000 | 1100000 | 101100 |
Color Harmonies of #DC4005
Complementary color
Monochromatic Colors of #DC4005
Black with #DC4005
Text Example
Text Example
White with #DC4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4005; }
p { color: rgb(220,64,5); }
H1.HeaderClassName
{
color: #DC4005;
}
.AnyTagClassName
{
color: #DC4005;
}
</style>
background-color css
<style>
a { background-color: #DC4005; }
a { background-color: rgb(220,64,5); }
div.DivClassName
{
background-color: #DC4005;
}
.BgClassName
{
background-color: #DC4005;
}
</style>
border-color css
<style>
span { border-color: #DC4005; }
span { border-color: rgb(220,64,5); }
td.TdClassName
{
border-color: #DC4005;
}
.TagClassName
{
border-color: #DC4005;
}
</style>