Html Css Color HEX #D8440E Harley Davidson Orange

📋 copy color: '#D8440E'

red 216 ◦ green 68 ◦ blue 14

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

Shades of Harley Davidson Orange #D8440E

Tints of Harley Davidson Orange #D8440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 72.48%
G = 22.82%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8440E (or 0xD8440E) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 0E. RGB value is (216,68,14). Sum of RGB (Red+Green+Blue) = 216+68+14=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8440E is #27BBF1. Grayscale: #6A6A6A. Windows color (decimal): -2604018 or 935128. OLE color: 935128.

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

Color convert

RGB 216 68 14 -
CMYK 0 0.69 0.94 0.15
HSL 16.04º 0.88% 0.45% -
HSV(B) 16.04º 0.94% 0.85% -
XYZ 30.47 18.76 2.43 -
YUV 106.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 216 68 14 0 0.69 0.94 0.15 16.04 0.88 0.45
Hex D8 44 E 0 45 5E F 10 58 2D
Octal 330 104 16 0 105 136 17 20 130 55
Binary 11011000 1000100 1110 0 1000101 1011110 1111 10000 1011000 101101

Color Harmonies of #D8440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8440E

Black with #D8440E

Text Example


Text Example

White with #D8440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8440E; }

 p { color: rgb(216,68,14); }

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

background-color css

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

 a { background-color: rgb(216,68,14); }

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

border-color css

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

 span { border-color: rgb(216,68,14); }

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