Html Css Color HEX #DA3706 Harley Davidson Orange

📋 copy color: '#DA3706'

red 218 ◦ green 55 ◦ blue 6

#DA3706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DA3706

Tints of Harley Davidson Orange #DA3706

RGB

 RED value IS 218 (85.55% from 255) = 78.14%

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 78.14%
G = 19.71%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA3706 (or 0xDA3706) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 06. RGB value is (218,55,6). Sum of RGB (Red+Green+Blue) = 218+55+6=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3706 is #25C8F9. Grayscale: #626262. Windows color (decimal): -2476282 or 407514. OLE color: 407514.

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

Color convert

RGB 218 55 6 -
CMYK 0 0.75 0.97 0.15
HSL 13.87º 0.95% 0.44% -
HSV(B) 13.87º 0.97% 0.85% -
XYZ 30.31 17.65 1.98 -
YUV 98.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 218 55 6 0 0.75 0.97 0.15 13.87 0.95 0.44
Hex DA 37 6 0 4B 61 F E 5F 2C
Octal 332 67 6 0 113 141 17 16 137 54
Binary 11011010 110111 110 0 1001011 1100001 1111 1110 1011111 101100

Color Harmonies of #DA3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3706

Black with #DA3706

Text Example


Text Example

White with #DA3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3706; }

 p { color: rgb(218,55,6); }

 H1.HeaderClassName
 {
   color: #DA3706;
 }
 .AnyTagClassName
 {
   color: #DA3706;
 }
</style>

background-color css

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

 a { background-color: rgb(218,55,6); }

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

border-color css

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

 span { border-color: rgb(218,55,6); }

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