Html Css Color HEX #DB4216 Harley Davidson Orange

📋 copy color: '#DB4216'

red 219 ◦ green 66 ◦ blue 22

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

Shades of Harley Davidson Orange #DB4216

Tints of Harley Davidson Orange #DB4216

RGB

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

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

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

R = 71.34%
G = 21.5%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4216 (or 0xDB4216) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 16. RGB value is (219,66,22). Sum of RGB (Red+Green+Blue) = 219+66+22=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4216 is #24BDE9. Grayscale: #6B6B6B. Windows color (decimal): -2407914 or 1458907. OLE color: 1458907.

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

Color convert

RGB 219 66 22 -
CMYK 0 0.70 0.90 0.14
HSL 13.4º 0.82% 0.47% -
HSV(B) 13.4º 0.9% 0.86% -
XYZ 31.31 19.01 2.78 -
YUV 106.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 219 66 22 0 0.70 0.90 0.14 13.4 0.82 0.47
Hex DB 42 16 0 46 5A E D 52 2F
Octal 333 102 26 0 106 132 16 15 122 57
Binary 11011011 1000010 10110 0 1000110 1011010 1110 1101 1010010 101111

Color Harmonies of #DB4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4216

Black with #DB4216

Text Example


Text Example

White with #DB4216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4216; }

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

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

background-color css

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

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

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

border-color css

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

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

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