#DB400B

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

Shades of Harley Davidson Orange #DB400B

Tints of Harley Davidson Orange #DB400B

Color information

#DB400B (or 0xDB400B) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 40 and 0B. RGB value is (219,64,11). Sum of RGB (Red+Green+Blue) = 219+64+11=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB400B is #24BFF4. Grayscale: #686868. Windows color (decimal): -2408437 or 737499. OLE color: 737499.

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

Color convert

RGB2196411-
CMYK00.710.950.14
HSL15.29º90.43%45.1%-
HSV(B)15.29º94.98%85.88%-
XYZ31.1118.752.3-
YUV104.375.35209.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 74.49%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 11 (4.69% from 255) = 3.74%
R=74.49%
G=21.77%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219641100.710.950.1415.2990.4345.1
HexDB40B0475FEf5a2d
Octal333100130107137161713255
Binary1101101110000001011010001111011111111011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB400B; }

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

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

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

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

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

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

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

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