Html Css Color HEX #D84610 Harley Davidson Orange

📋 copy color: '#D84610'

red 216 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #D84610

Tints of Harley Davidson Orange #D84610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 71.52%
G = 23.18%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D84610 (or 0xD84610) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 10. RGB value is (216,70,16). Sum of RGB (Red+Green+Blue) = 216+70+16=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D84610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84610 is #27B9EF. Grayscale: #6B6B6B. Windows color (decimal): -2603504 or 1066712. OLE color: 1066712.

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

Color convert

RGB 216 70 16 -
CMYK 0 0.68 0.93 0.15
HSL 16.2º 0.86% 0.45% -
HSV(B) 16.2º 0.93% 0.85% -
XYZ 30.6 19.02 2.55 -
YUV 107.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 216 70 16 0 0.68 0.93 0.15 16.2 0.86 0.45
Hex D8 46 10 0 44 5D F 10 56 2D
Octal 330 106 20 0 104 135 17 20 126 55
Binary 11011000 1000110 10000 0 1000100 1011101 1111 10000 1010110 101101

Color Harmonies of #D84610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84610

Black with #D84610

Text Example


Text Example

White with #D84610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84610; }

 p { color: rgb(216,70,16); }

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

background-color css

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

 a { background-color: rgb(216,70,16); }

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

border-color css

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

 span { border-color: rgb(216,70,16); }

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