Html Css Color HEX #D84614 Harley Davidson Orange

📋 copy color: '#D84614'

red 216 ◦ green 70 ◦ blue 20

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

Shades of Harley Davidson Orange #D84614

Tints of Harley Davidson Orange #D84614

RGB

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

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

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

R = 70.59%
G = 22.88%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84614 (or 0xD84614) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 14. RGB value is (216,70,20). Sum of RGB (Red+Green+Blue) = 216+70+20=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D84614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84614 is #27B9EB. Grayscale: #6C6C6C. Windows color (decimal): -2603500 or 1328856. OLE color: 1328856.

HSL color Cylindrical-coordinate representation of color #D84614: hue angle of 15.31º 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 #D84614 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 70 20 -
CMYK 0 0.68 0.91 0.15
HSL 15.31º 0.83% 0.46% -
HSV(B) 15.31º 0.91% 0.85% -
XYZ 30.64 19.03 2.72 -
YUV 107.95 78.37 205.07 -
System Red Green Blue C M Y K H S L
Decimal 216 70 20 0 0.68 0.91 0.15 15.31 0.83 0.46
Hex D8 46 14 0 44 5B F F 53 2E
Octal 330 106 24 0 104 133 17 17 123 56
Binary 11011000 1000110 10100 0 1000100 1011011 1111 1111 1010011 101110

Color Harmonies of #D84614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84614

Black with #D84614

Text Example


Text Example

White with #D84614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84614; }

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

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

background-color css

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

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

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

border-color css

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

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

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