Html Css Color HEX #DA4008 Harley Davidson Orange

📋 copy color: '#DA4008'

red 218 ◦ green 64 ◦ blue 8

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

Shades of Harley Davidson Orange #DA4008

Tints of Harley Davidson Orange #DA4008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 75.17%
G = 22.07%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4008 (or 0xDA4008) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 08. RGB value is (218,64,8). Sum of RGB (Red+Green+Blue) = 218+64+8=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4008 is #25BFF7. Grayscale: #686868. Windows color (decimal): -2473976 or 540890. OLE color: 540890.

HSL color Cylindrical-coordinate representation of color #DA4008: hue angle of 16º 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 #DA4008 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 8 -
CMYK 0 0.71 0.96 0.15
HSL 16º 0.93% 0.44% -
HSV(B) 16º 0.96% 0.85% -
XYZ 30.79 18.59 2.2 -
YUV 103.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 218 64 8 0 0.71 0.96 0.15 16 0.93 0.44
Hex DA 40 8 0 47 60 F 10 5D 2C
Octal 332 100 10 0 107 140 17 20 135 54
Binary 11011010 1000000 1000 0 1000111 1100000 1111 10000 1011101 101100

Color Harmonies of #DA4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4008

Black with #DA4008

Text Example


Text Example

White with #DA4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4008; }

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

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

background-color css

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

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

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

border-color css

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

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

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