Html Css Color HEX #DF4016 Harley Davidson Orange
📋 copy color: '#DF4016'red 223 ◦ green 64 ◦ blue 22
Shades of Harley Davidson Orange #DF4016
Tints of Harley Davidson Orange #DF4016
RGB
CMYK
RGB Variations
Color information
#DF4016 (or 0xDF4016) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 16. RGB value is (223,64,22). Sum of RGB (Red+Green+Blue) = 223+64+22=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4016 is #20BFE9. Grayscale: #6B6B6B. Windows color (decimal): -2146282 or 1458399. OLE color: 1458399.
HSL color Cylindrical-coordinate representation of color #DF4016: hue angle of 12.54º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4016 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.13 |
| HSL | 12.54º | 0.82% | 0.48% | - |
| HSV(B) | 12.54º | 0.9% | 0.87% | - |
| XYZ | 32.41 | 19.41 | 2.8 | - |
| YUV | 106.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 22 | 0 | 0.71 | 0.90 | 0.13 | 12.54 | 0.82 | 0.48 |
| Hex | DF | 40 | 16 | 0 | 47 | 5A | D | D | 52 | 30 |
| Octal | 337 | 100 | 26 | 0 | 107 | 132 | 15 | 15 | 122 | 60 |
| Binary | 11011111 | 1000000 | 10110 | 0 | 1000111 | 1011010 | 1101 | 1101 | 1010010 | 110000 |
Color Harmonies of #DF4016
Complementary color
Monochromatic Colors of #DF4016
Black with #DF4016
Text Example
Text Example
White with #DF4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4016; }
p { color: rgb(223,64,22); }
H1.HeaderClassName
{
color: #DF4016;
}
.AnyTagClassName
{
color: #DF4016;
}
</style>
background-color css
<style>
a { background-color: #DF4016; }
a { background-color: rgb(223,64,22); }
div.DivClassName
{
background-color: #DF4016;
}
.BgClassName
{
background-color: #DF4016;
}
</style>
border-color css
<style>
span { border-color: #DF4016; }
span { border-color: rgb(223,64,22); }
td.TdClassName
{
border-color: #DF4016;
}
.TagClassName
{
border-color: #DF4016;
}
</style>