Html Css Color HEX #DA4811 Harley Davidson Orange

📋 copy color: '#DA4811'

red 218 ◦ green 72 ◦ blue 17

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

Shades of Harley Davidson Orange #DA4811

Tints of Harley Davidson Orange #DA4811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 71.01%
G = 23.45%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA4811 (or 0xDA4811) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 11. RGB value is (218,72,17). Sum of RGB (Red+Green+Blue) = 218+72+17=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4811 is #25B7EE. Grayscale: #6D6D6D. Windows color (decimal): -2471919 or 1132762. OLE color: 1132762.

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

Color convert

RGB 218 72 17 -
CMYK 0 0.67 0.92 0.15
HSL 16.42º 0.86% 0.46% -
HSV(B) 16.42º 0.92% 0.85% -
XYZ 31.33 19.58 2.66 -
YUV 109.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 218 72 17 0 0.67 0.92 0.15 16.42 0.86 0.46
Hex DA 48 11 0 43 5C F 10 56 2E
Octal 332 110 21 0 103 134 17 20 126 56
Binary 11011010 1001000 10001 0 1000011 1011100 1111 10000 1010110 101110

Color Harmonies of #DA4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4811

Black with #DA4811

Text Example


Text Example

White with #DA4811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4811; }

 p { color: rgb(218,72,17); }

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

background-color css

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

 a { background-color: rgb(218,72,17); }

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

border-color css

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

 span { border-color: rgb(218,72,17); }

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