Html Css Color HEX #DC4006 Harley Davidson Orange
📋 copy color: '#DC4006'red 220 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #DC4006
Tints of Harley Davidson Orange #DC4006
RGB
CMYK
RGB Variations
Color information
#DC4006 (or 0xDC4006) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 06. RGB value is (220,64,6). Sum of RGB (Red+Green+Blue) = 220+64+6=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4006 is #23BFF9. Grayscale: #686868. Windows color (decimal): -2342906 or 409820. OLE color: 409820.
HSL color Cylindrical-coordinate representation of color #DC4006: hue angle of 16.26º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC4006 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.14 |
| HSL | 16.26º | 0.95% | 0.44% | - |
| HSV(B) | 16.26º | 0.97% | 0.86% | - |
| XYZ | 31.38 | 18.9 | 2.17 | - |
| YUV | 104.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 6 | 0 | 0.71 | 0.97 | 0.14 | 16.26 | 0.95 | 0.44 |
| Hex | DC | 40 | 6 | 0 | 47 | 61 | E | 10 | 5F | 2C |
| Octal | 334 | 100 | 6 | 0 | 107 | 141 | 16 | 20 | 137 | 54 |
| Binary | 11011100 | 1000000 | 110 | 0 | 1000111 | 1100001 | 1110 | 10000 | 1011111 | 101100 |
Color Harmonies of #DC4006
Complementary color
Monochromatic Colors of #DC4006
Black with #DC4006
Text Example
Text Example
White with #DC4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4006; }
p { color: rgb(220,64,6); }
H1.HeaderClassName
{
color: #DC4006;
}
.AnyTagClassName
{
color: #DC4006;
}
</style>
background-color css
<style>
a { background-color: #DC4006; }
a { background-color: rgb(220,64,6); }
div.DivClassName
{
background-color: #DC4006;
}
.BgClassName
{
background-color: #DC4006;
}
</style>
border-color css
<style>
span { border-color: #DC4006; }
span { border-color: rgb(220,64,6); }
td.TdClassName
{
border-color: #DC4006;
}
.TagClassName
{
border-color: #DC4006;
}
</style>