Html Css Color HEX #DB440E Harley Davidson Orange

📋 copy color: '#DB440E'

red 219 ◦ green 68 ◦ blue 14

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

Shades of Harley Davidson Orange #DB440E

Tints of Harley Davidson Orange #DB440E

RGB

 RED value IS 219 (85.94% from 255) = 72.76%

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

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

R = 72.76%
G = 22.59%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB440E (or 0xDB440E) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 0E. RGB value is (219,68,14). Sum of RGB (Red+Green+Blue) = 219+68+14=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB440E is #24BBF1. Grayscale: #6B6B6B. Windows color (decimal): -2407410 or 935131. OLE color: 935131.

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

Color convert

RGB 219 68 14 -
CMYK 0 0.69 0.94 0.14
HSL 15.8º 0.88% 0.46% -
HSV(B) 15.8º 0.94% 0.86% -
XYZ 31.36 19.23 2.47 -
YUV 106.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 219 68 14 0 0.69 0.94 0.14 15.8 0.88 0.46
Hex DB 44 E 0 45 5E E 10 58 2E
Octal 333 104 16 0 105 136 16 20 130 56
Binary 11011011 1000100 1110 0 1000101 1011110 1110 10000 1011000 101110

Color Harmonies of #DB440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB440E

Black with #DB440E

Text Example


Text Example

White with #DB440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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