Html Css Color HEX #D84A14 Harley Davidson Orange

📋 copy color: '#D84A14'

red 216 ◦ green 74 ◦ blue 20

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

Shades of Harley Davidson Orange #D84A14

Tints of Harley Davidson Orange #D84A14

RGB

 RED value IS 216 (84.77% from 255) = 69.68%

 GREEN value IS 74 (29.3% from 255) = 23.87%

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

R = 69.68%
G = 23.87%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84A14 (or 0xD84A14) is known color: Harley Davidson Orange. HEX triplet: D8, 4A and 14. RGB value is (216,74,20). Sum of RGB (Red+Green+Blue) = 216+74+20=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84A14 is #27B5EB. Grayscale: #6E6E6E. Windows color (decimal): -2602476 or 1329880. OLE color: 1329880.

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

Color convert

RGB 216 74 20 -
CMYK 0 0.66 0.91 0.15
HSL 16.53º 0.83% 0.46% -
HSV(B) 16.53º 0.91% 0.85% -
XYZ 30.89 19.55 2.81 -
YUV 110.3 77.04 203.39 -
System Red Green Blue C M Y K H S L
Decimal 216 74 20 0 0.66 0.91 0.15 16.53 0.83 0.46
Hex D8 4A 14 0 42 5B F 11 53 2E
Octal 330 112 24 0 102 133 17 21 123 56
Binary 11011000 1001010 10100 0 1000010 1011011 1111 10001 1010011 101110

Color Harmonies of #D84A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A14

Black with #D84A14

Text Example


Text Example

White with #D84A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A14; }

 p { color: rgb(216,74,20); }

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

background-color css

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

 a { background-color: rgb(216,74,20); }

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

border-color css

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

 span { border-color: rgb(216,74,20); }

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