Html Css Color HEX #DA4517 Harley Davidson Orange

📋 copy color: '#DA4517'

red 218 ◦ green 69 ◦ blue 23

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

Shades of Harley Davidson Orange #DA4517

Tints of Harley Davidson Orange #DA4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 70.32%
G = 22.26%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4517 (or 0xDA4517) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 17. RGB value is (218,69,23). Sum of RGB (Red+Green+Blue) = 218+69+23=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4517 is #25BAE8. Grayscale: #6C6C6C. Windows color (decimal): -2472681 or 1525210. OLE color: 1525210.

HSL color Cylindrical-coordinate representation of color #DA4517: hue angle of 14.15º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4517 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 23 -
CMYK 0 0.68 0.89 0.15
HSL 14.15º 0.81% 0.47% -
HSV(B) 14.15º 0.89% 0.85% -
XYZ 31.2 19.22 2.88 -
YUV 108.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 218 69 23 0 0.68 0.89 0.15 14.15 0.81 0.47
Hex DA 45 17 0 44 59 F E 51 2F
Octal 332 105 27 0 104 131 17 16 121 57
Binary 11011010 1000101 10111 0 1000100 1011001 1111 1110 1010001 101111

Color Harmonies of #DA4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4517

Black with #DA4517

Text Example


Text Example

White with #DA4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4517; }

 p { color: rgb(218,69,23); }

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

background-color css

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

 a { background-color: rgb(218,69,23); }

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

border-color css

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

 span { border-color: rgb(218,69,23); }

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