Html Css Color HEX #DB4217 Harley Davidson Orange

📋 copy color: '#DB4217'

red 219 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #DB4217

Tints of Harley Davidson Orange #DB4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 71.1%
G = 21.43%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4217 (or 0xDB4217) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 17. RGB value is (219,66,23). Sum of RGB (Red+Green+Blue) = 219+66+23=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4217 is #24BDE8. Grayscale: #6B6B6B. Windows color (decimal): -2407913 or 1524443. OLE color: 1524443.

HSL color Cylindrical-coordinate representation of color #DB4217: hue angle of 13.16º 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 #DB4217 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 23 -
CMYK 0 0.70 0.89 0.14
HSL 13.16º 0.81% 0.47% -
HSV(B) 13.16º 0.89% 0.86% -
XYZ 31.32 19.02 2.83 -
YUV 106.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 219 66 23 0 0.70 0.89 0.14 13.16 0.81 0.47
Hex DB 42 17 0 46 59 E D 51 2F
Octal 333 102 27 0 106 131 16 15 121 57
Binary 11011011 1000010 10111 0 1000110 1011001 1110 1101 1010001 101111

Color Harmonies of #DB4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4217

Black with #DB4217

Text Example


Text Example

White with #DB4217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4217; }

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

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

background-color css

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

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

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

border-color css

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

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

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