Html Css Color HEX #D84711 Harley Davidson Orange

📋 copy color: '#D84711'

red 216 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #D84711

Tints of Harley Davidson Orange #D84711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 71.05%
G = 23.36%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D84711 (or 0xD84711) is known color: Harley Davidson Orange. HEX triplet: D8, 47 and 11. RGB value is (216,71,17). Sum of RGB (Red+Green+Blue) = 216+71+17=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D84711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84711 is #27B8EE. Grayscale: #6C6C6C. Windows color (decimal): -2603247 or 1132504. OLE color: 1132504.

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

Color convert

RGB 216 71 17 -
CMYK 0 0.67 0.92 0.15
HSL 16.28º 0.85% 0.46% -
HSV(B) 16.28º 0.92% 0.85% -
XYZ 30.67 19.15 2.61 -
YUV 108.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 216 71 17 0 0.67 0.92 0.15 16.28 0.85 0.46
Hex D8 47 11 0 43 5C F 10 55 2E
Octal 330 107 21 0 103 134 17 20 125 56
Binary 11011000 1000111 10001 0 1000011 1011100 1111 10000 1010101 101110

Color Harmonies of #D84711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84711

Black with #D84711

Text Example


Text Example

White with #D84711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84711; }

 p { color: rgb(216,71,17); }

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

background-color css

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

 a { background-color: rgb(216,71,17); }

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

border-color css

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

 span { border-color: rgb(216,71,17); }

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