#DB4009

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

Shades of Harley Davidson Orange #DB4009

Tints of Harley Davidson Orange #DB4009

Color information

#DB4009 (or 0xDB4009) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 40 and 09. RGB value is (219,64,9). Sum of RGB (Red+Green+Blue) = 219+64+9=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4009 is #24BFF6. Grayscale: #686868. Windows color (decimal): -2408439 or 606427. OLE color: 606427.

HSL color Cylindrical-coordinate representation of color #DB4009: hue angle of 15.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4009 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB219649-
CMYK00.710.960.14
HSL15.71º92.11%44.71%-
HSV(B)15.71º95.89%85.88%-
XYZ31.118.752.24-
YUV104.0774.35209.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 75%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 9 (3.91% from 255) = 3.08%
R=75%
G=21.92%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21964900.710.960.1415.7192.1144.71
HexDB40904760E105c2d
Octal333100110107140162013455
Binary11011011100000010010100011111000001110100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4009; }

 p { color: rgb(219,64,9); }

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

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

 a { background-color: rgb(219,64,9); }

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

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

 span { border-color: rgb(219,64,9); }

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