Html Css Color HEX #DB4916 Harley Davidson Orange

📋 copy color: '#DB4916'

red 219 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #DB4916

Tints of Harley Davidson Orange #DB4916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 69.75%
G = 23.25%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4916 (or 0xDB4916) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 16. RGB value is (219,73,22). Sum of RGB (Red+Green+Blue) = 219+73+22=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4916 is #24B6E9. Grayscale: #6F6F6F. Windows color (decimal): -2406122 or 1460699. OLE color: 1460699.

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

Color convert

RGB 219 73 22 -
CMYK 0 0.67 0.90 0.14
HSL 15.53º 0.82% 0.47% -
HSV(B) 15.53º 0.9% 0.86% -
XYZ 31.74 19.88 2.92 -
YUV 110.84 77.87 205.15 -
System Red Green Blue C M Y K H S L
Decimal 219 73 22 0 0.67 0.90 0.14 15.53 0.82 0.47
Hex DB 49 16 0 43 5A E 10 52 2F
Octal 333 111 26 0 103 132 16 20 122 57
Binary 11011011 1001001 10110 0 1000011 1011010 1110 10000 1010010 101111

Color Harmonies of #DB4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4916

Black with #DB4916

Text Example


Text Example

White with #DB4916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4916; }

 p { color: rgb(219,73,22); }

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

background-color css

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

 a { background-color: rgb(219,73,22); }

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

border-color css

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

 span { border-color: rgb(219,73,22); }

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