Html Css Color HEX #D84D18 Harley Davidson Orange

📋 copy color: '#D84D18'

red 216 ◦ green 77 ◦ blue 24

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

Shades of Harley Davidson Orange #D84D18

Tints of Harley Davidson Orange #D84D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 68.14%
G = 24.29%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D84D18 (or 0xD84D18) is known color: Harley Davidson Orange. HEX triplet: D8, 4D and 18. RGB value is (216,77,24). Sum of RGB (Red+Green+Blue) = 216+77+24=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84D18 is #27B2E7. Grayscale: #707070. Windows color (decimal): -2601704 or 1592792. OLE color: 1592792.

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

Color convert

RGB 216 77 24 -
CMYK 0 0.64 0.89 0.15
HSL 16.56º 0.8% 0.47% -
HSV(B) 16.56º 0.89% 0.85% -
XYZ 31.14 19.97 3.08 -
YUV 112.52 78.05 201.81 -
System Red Green Blue C M Y K H S L
Decimal 216 77 24 0 0.64 0.89 0.15 16.56 0.8 0.47
Hex D8 4D 18 0 40 59 F 11 50 2F
Octal 330 115 30 0 100 131 17 21 120 57
Binary 11011000 1001101 11000 0 1000000 1011001 1111 10001 1010000 101111

Color Harmonies of #D84D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D18

Black with #D84D18

Text Example


Text Example

White with #D84D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D18; }

 p { color: rgb(216,77,24); }

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

background-color css

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

 a { background-color: rgb(216,77,24); }

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

border-color css

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

 span { border-color: rgb(216,77,24); }

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