Html Css Color HEX #DB4A16 Harley Davidson Orange

📋 copy color: '#DB4A16'

red 219 ◦ green 74 ◦ blue 22

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

Shades of Harley Davidson Orange #DB4A16

Tints of Harley Davidson Orange #DB4A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

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

R = 69.52%
G = 23.49%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4A16 (or 0xDB4A16) is known color: Harley Davidson Orange. HEX triplet: DB, 4A and 16. RGB value is (219,74,22). Sum of RGB (Red+Green+Blue) = 219+74+22=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A16 is #24B5E9. Grayscale: #6F6F6F. Windows color (decimal): -2405866 or 1460955. OLE color: 1460955.

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

Color convert

RGB 219 74 22 -
CMYK 0 0.66 0.90 0.14
HSL 15.84º 0.82% 0.47% -
HSV(B) 15.84º 0.9% 0.86% -
XYZ 31.81 20.02 2.95 -
YUV 111.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 219 74 22 0 0.66 0.90 0.14 15.84 0.82 0.47
Hex DB 4A 16 0 42 5A E 10 52 2F
Octal 333 112 26 0 102 132 16 20 122 57
Binary 11011011 1001010 10110 0 1000010 1011010 1110 10000 1010010 101111

Color Harmonies of #DB4A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A16

Black with #DB4A16

Text Example


Text Example

White with #DB4A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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