Html Css Color HEX #DB4B17 Harley Davidson Orange

📋 copy color: '#DB4B17'

red 219 ◦ green 75 ◦ blue 23

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

Shades of Harley Davidson Orange #DB4B17

Tints of Harley Davidson Orange #DB4B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 69.09%
G = 23.66%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4B17 (or 0xDB4B17) is known color: Harley Davidson Orange. HEX triplet: DB, 4B and 17. RGB value is (219,75,23). Sum of RGB (Red+Green+Blue) = 219+75+23=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B17 is #24B4E8. Grayscale: #707070. Windows color (decimal): -2405609 or 1526747. OLE color: 1526747.

HSL color Cylindrical-coordinate representation of color #DB4B17: hue angle of 15.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4B17 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 75 23 -
CMYK 0 0.66 0.89 0.14
HSL 15.92º 0.81% 0.47% -
HSV(B) 15.92º 0.89% 0.86% -
XYZ 31.88 20.15 3.02 -
YUV 112.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 219 75 23 0 0.66 0.89 0.14 15.92 0.81 0.47
Hex DB 4B 17 0 42 59 E 10 51 2F
Octal 333 113 27 0 102 131 16 20 121 57
Binary 11011011 1001011 10111 0 1000010 1011001 1110 10000 1010001 101111

Color Harmonies of #DB4B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B17

Black with #DB4B17

Text Example


Text Example

White with #DB4B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B17; }

 p { color: rgb(219,75,23); }

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

background-color css

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

 a { background-color: rgb(219,75,23); }

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

border-color css

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

 span { border-color: rgb(219,75,23); }

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