#DB3800

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

Shades of Harley Davidson Orange #DB3800

Tints of Harley Davidson Orange #DB3800

Color information

#DB3800 (or 0xDB3800) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 38 and 00. RGB value is (219,56,0). Sum of RGB (Red+Green+Blue) = 219+56+0=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3800 is #24C7FF. Grayscale: #626262. Windows color (decimal): -2410496 or 14555. OLE color: 14555.

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

Color convert

RGB219560-
CMYK00.7410.14
HSL15.34º100%42.94%-
HSV(B)15.34º100%85.88%-
XYZ30.6317.891.84-
YUV98.3572.5214.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 79.64%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.64%
G=20.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21956000.7410.1415.3410042.94
HexDB38004A64Ef642b
Octal3337000112144161714453
Binary110110111110000010010101100100111011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3800; }

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

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

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

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

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

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

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

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