#DF4616

Color #DF4616 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DF4616

Tints of Harley Davidson Orange #DF4616

Color information

#DF4616 (or 0xDF4616) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 46 and 16. RGB value is (223,70,22). Sum of RGB (Red+Green+Blue) = 223+70+22=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4616 is #20B9E9. Grayscale: #6E6E6E. Windows color (decimal): -2144746 or 1459935. OLE color: 1459935.

HSL color Cylindrical-coordinate representation of color #DF4616: hue angle of 14.33º 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 #DF4616 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2237022-
CMYK00.690.900.13
HSL14.33º82.04%48.04%-
HSV(B)14.33º90.13%87.45%-
XYZ32.7720.132.92-
YUV110.2878.19208.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 70.79%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=70.79%
G=22.22%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223702200.690.900.1314.3382.0448.04
HexDF46160455ADe5230
Octal337106260105132151612260
Binary11011111100011010110010001011011010110111101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4616; }

 p { color: rgb(223,70,22); }

 H1.HeaderClassName
 {
   color: #DF4616;
 }
 .AnyTagClassName
 {
   color: #DF4616;
 }
</style>
background-color css

<style>
 a { background-color: #DF4616; }

 a { background-color: rgb(223,70,22); }

 div.DivClassName
 {
   background-color: #DF4616;
 }
 .BgClassName
 {
   background-color: #DF4616;
 }
</style>
border-color css

<style>
 span { border-color: #DF4616; }

 span { border-color: rgb(223,70,22); }

 td.TdClassName
 {
   border-color: #DF4616;
 }
 .TagClassName
 {
   border-color: #DF4616;
 }
</style>