Html Css Color HEX #DA4714 Harley Davidson Orange

📋 copy color: '#DA4714'

red 218 ◦ green 71 ◦ blue 20

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

Shades of Harley Davidson Orange #DA4714

Tints of Harley Davidson Orange #DA4714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 70.55%
G = 22.98%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4714 (or 0xDA4714) is known color: Harley Davidson Orange. HEX triplet: DA, 47 and 14. RGB value is (218,71,20). Sum of RGB (Red+Green+Blue) = 218+71+20=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4714 is #25B8EB. Grayscale: #6D6D6D. Windows color (decimal): -2472172 or 1329114. OLE color: 1329114.

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

Color convert

RGB 218 71 20 -
CMYK 0 0.67 0.91 0.15
HSL 15.45º 0.83% 0.47% -
HSV(B) 15.45º 0.91% 0.85% -
XYZ 31.29 19.46 2.77 -
YUV 109.14 77.7 205.65 -
System Red Green Blue C M Y K H S L
Decimal 218 71 20 0 0.67 0.91 0.15 15.45 0.83 0.47
Hex DA 47 14 0 43 5B F F 53 2F
Octal 332 107 24 0 103 133 17 17 123 57
Binary 11011010 1000111 10100 0 1000011 1011011 1111 1111 1010011 101111

Color Harmonies of #DA4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4714

Black with #DA4714

Text Example


Text Example

White with #DA4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4714; }

 p { color: rgb(218,71,20); }

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

background-color css

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

 a { background-color: rgb(218,71,20); }

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

border-color css

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

 span { border-color: rgb(218,71,20); }

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