#DA4217

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

Shades of Harley Davidson Orange #DA4217

Tints of Harley Davidson Orange #DA4217

Color information

#DA4217 (or 0xDA4217) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 42 and 17. RGB value is (218,66,23). Sum of RGB (Red+Green+Blue) = 218+66+23=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4217 is #25BDE8. Grayscale: #6A6A6A. Windows color (decimal): -2473449 or 1524442. OLE color: 1524442.

HSL color Cylindrical-coordinate representation of color #DA4217: hue angle of 13.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4217 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB2186623-
CMYK00.700.890.15
HSL13.23º80.91%47.25%-
HSV(B)13.23º89.45%85.49%-
XYZ31.0218.862.82-
YUV106.5580.86207.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.01%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 23 (9.38% from 255) = 7.49%
R=71.01%
G=21.50%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218662300.700.890.1513.2380.9147.25
HexDA421704659Fd512f
Octal332102270106131171512157
Binary11011010100001010111010001101011001111111011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4217; }

 p { color: rgb(218,66,23); }

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

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

 a { background-color: rgb(218,66,23); }

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

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

 span { border-color: rgb(218,66,23); }

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