Html Css Color HEX #DA4006 Harley Davidson Orange

📋 copy color: '#DA4006'

red 218 ◦ green 64 ◦ blue 6

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

Shades of Harley Davidson Orange #DA4006

Tints of Harley Davidson Orange #DA4006

RGB

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

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

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

R = 75.69%
G = 22.22%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA4006 (or 0xDA4006) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 06. RGB value is (218,64,6). Sum of RGB (Red+Green+Blue) = 218+64+6=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4006 is #25BFF9. Grayscale: #676767. Windows color (decimal): -2473978 or 409818. OLE color: 409818.

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

Color convert

RGB 218 64 6 -
CMYK 0 0.71 0.97 0.15
HSL 16.42º 0.95% 0.44% -
HSV(B) 16.42º 0.97% 0.85% -
XYZ 30.78 18.59 2.14 -
YUV 103.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 218 64 6 0 0.71 0.97 0.15 16.42 0.95 0.44
Hex DA 40 6 0 47 61 F 10 5F 2C
Octal 332 100 6 0 107 141 17 20 137 54
Binary 11011010 1000000 110 0 1000111 1100001 1111 10000 1011111 101100

Color Harmonies of #DA4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4006

Black with #DA4006

Text Example


Text Example

White with #DA4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4006; }

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

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

background-color css

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

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

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

border-color css

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

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

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