Html Css Color HEX #DF4006 Harley Davidson Orange
📋 copy color: '#DF4006'red 223 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #DF4006
Tints of Harley Davidson Orange #DF4006
RGB
CMYK
RGB Variations
Color information
#DF4006 (or 0xDF4006) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 06. RGB value is (223,64,6). Sum of RGB (Red+Green+Blue) = 223+64+6=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4006 is #20BFF9. Grayscale: #696969. Windows color (decimal): -2146298 or 409823. OLE color: 409823.
HSL color Cylindrical-coordinate representation of color #DF4006: hue angle of 16.04º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF4006 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.13 |
| HSL | 16.04º | 0.95% | 0.45% | - |
| HSV(B) | 16.04º | 0.97% | 0.87% | - |
| XYZ | 32.3 | 19.37 | 2.21 | - |
| YUV | 104.93 | 72.18 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 6 | 0 | 0.71 | 0.97 | 0.13 | 16.04 | 0.95 | 0.45 |
| Hex | DF | 40 | 6 | 0 | 47 | 61 | D | 10 | 5F | 2D |
| Octal | 337 | 100 | 6 | 0 | 107 | 141 | 15 | 20 | 137 | 55 |
| Binary | 11011111 | 1000000 | 110 | 0 | 1000111 | 1100001 | 1101 | 10000 | 1011111 | 101101 |
Color Harmonies of #DF4006
Complementary color
Monochromatic Colors of #DF4006
Black with #DF4006
Text Example
Text Example
White with #DF4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4006; }
p { color: rgb(223,64,6); }
H1.HeaderClassName
{
color: #DF4006;
}
.AnyTagClassName
{
color: #DF4006;
}
</style>
background-color css
<style>
a { background-color: #DF4006; }
a { background-color: rgb(223,64,6); }
div.DivClassName
{
background-color: #DF4006;
}
.BgClassName
{
background-color: #DF4006;
}
</style>
border-color css
<style>
span { border-color: #DF4006; }
span { border-color: rgb(223,64,6); }
td.TdClassName
{
border-color: #DF4006;
}
.TagClassName
{
border-color: #DF4006;
}
</style>