#DA3608

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

Shades of Harley Davidson Orange #DA3608

Tints of Harley Davidson Orange #DA3608

Color information

#DA3608 (or 0xDA3608) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 36 and 08. RGB value is (218,54,8). Sum of RGB (Red+Green+Blue) = 218+54+8=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3608 is #25C9F7. Grayscale: #626262. Windows color (decimal): -2476536 or 538330. OLE color: 538330.

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

Color convert

RGB218548-
CMYK00.750.960.15
HSL13.14º92.92%44.31%-
HSV(B)13.14º96.33%85.49%-
XYZ30.2817.562.02-
YUV97.7977.33213.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 77.86%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 8 (3.52% from 255) = 2.86%
R=77.86%
G=19.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21854800.750.960.1513.1492.9244.31
HexDA36804B60Fd5d2c
Octal33266100113140171513554
Binary110110101101101000010010111100000111111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3608; }

 p { color: rgb(218,54,8); }

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

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

 a { background-color: rgb(218,54,8); }

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

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

 span { border-color: rgb(218,54,8); }

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