#DA4009

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

Shades of Harley Davidson Orange #DA4009

Tints of Harley Davidson Orange #DA4009

Color information

#DA4009 (or 0xDA4009) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 40 and 09. RGB value is (218,64,9). Sum of RGB (Red+Green+Blue) = 218+64+9=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4009 is #25BFF6. Grayscale: #686868. Windows color (decimal): -2473975 or 606426. OLE color: 606426.

HSL color Cylindrical-coordinate representation of color #DA4009: hue angle of 15.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA4009 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB218649-
CMYK00.710.960.15
HSL15.79º92.07%44.51%-
HSV(B)15.79º95.87%85.49%-
XYZ30.818.592.22-
YUV103.7874.52209.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 74.91%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 9 (3.91% from 255) = 3.09%
R=74.91%
G=21.99%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21864900.710.960.1515.7992.0744.51
HexDA40904760F105c2d
Octal332100110107140172013455
Binary11011010100000010010100011111000001111100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4009; }

 p { color: rgb(218,64,9); }

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

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

 a { background-color: rgb(218,64,9); }

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

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

 span { border-color: rgb(218,64,9); }

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