#DB4214

Color #DB4214 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DB4214

Tints of Harley Davidson Orange #DB4214

Color information

#DB4214 (or 0xDB4214) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 42 and 14. RGB value is (219,66,20). Sum of RGB (Red+Green+Blue) = 219+66+20=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4214 is #24BDEB. Grayscale: #6A6A6A. Windows color (decimal): -2407916 or 1327835. OLE color: 1327835.

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

Color convert

RGB2196620-
CMYK00.700.910.14
HSL13.87º83.26%46.86%-
HSV(B)13.87º90.87%85.88%-
XYZ31.2919.012.68-
YUV106.579.19208.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 71.80%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=71.80%
G=21.64%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219662000.700.910.1413.8783.2646.86
HexDB42140465BEe532f
Octal333102240106133161612357
Binary11011011100001010100010001101011011111011101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4214; }

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

 H1.HeaderClassName
 {
   color: #DB4214;
 }
 .AnyTagClassName
 {
   color: #DB4214;
 }
</style>
background-color css

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

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

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

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

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

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