#DB3C00

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

Shades of Harley Davidson Orange #DB3C00

Tints of Harley Davidson Orange #DB3C00

Color information

#DB3C00 (or 0xDB3C00) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 3C and 00. RGB value is (219,60,0). Sum of RGB (Red+Green+Blue) = 219+60+0=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C00 is #24C3FF. Grayscale: #656565. Windows color (decimal): -2409472 or 15579. OLE color: 15579.

HSL color Cylindrical-coordinate representation of color #DB3C00: hue angle of 16.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3C00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB219600-
CMYK00.7310.14
HSL16.44º100%42.94%-
HSV(B)16.44º100%85.88%-
XYZ30.8318.291.91-
YUV100.771.18212.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 78.49%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.49%
G=21.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21960000.7310.1416.4410042.94
HexDB3C004964E10642b
Octal3337400111144162014453
Binary1101101111110000100100111001001110100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3C00; }

 p { color: rgb(219,60,0); }

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

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

 a { background-color: rgb(219,60,0); }

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

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

 span { border-color: rgb(219,60,0); }

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