Html Css Color HEX #DB4811 Harley Davidson Orange

📋 copy color: '#DB4811'

red 219 ◦ green 72 ◦ blue 17

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

Shades of Harley Davidson Orange #DB4811

Tints of Harley Davidson Orange #DB4811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 71.1%
G = 23.38%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB4811 (or 0xDB4811) is known color: Harley Davidson Orange. HEX triplet: DB, 48 and 11. RGB value is (219,72,17). Sum of RGB (Red+Green+Blue) = 219+72+17=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4811 is #24B7EE. Grayscale: #6E6E6E. Windows color (decimal): -2406383 or 1132763. OLE color: 1132763.

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

Color convert

RGB 219 72 17 -
CMYK 0 0.67 0.92 0.14
HSL 16.34º 0.86% 0.46% -
HSV(B) 16.34º 0.92% 0.86% -
XYZ 31.63 19.74 2.67 -
YUV 109.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 219 72 17 0 0.67 0.92 0.14 16.34 0.86 0.46
Hex DB 48 11 0 43 5C E 10 56 2E
Octal 333 110 21 0 103 134 16 20 126 56
Binary 11011011 1001000 10001 0 1000011 1011100 1110 10000 1010110 101110

Color Harmonies of #DB4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4811

Black with #DB4811

Text Example


Text Example

White with #DB4811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4811; }

 p { color: rgb(219,72,17); }

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

background-color css

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

 a { background-color: rgb(219,72,17); }

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

border-color css

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

 span { border-color: rgb(219,72,17); }

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