#D83600

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

Shades of Harley Davidson Orange #D83600

Tints of Harley Davidson Orange #D83600

Color information

#D83600 (or 0xD83600) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 36 and 00. RGB value is (216,54,0). Sum of RGB (Red+Green+Blue) = 216+54+0=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D83600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83600 is #27C9FF. Grayscale: #606060. Windows color (decimal): -2607616 or 14040. OLE color: 14040.

HSL color Cylindrical-coordinate representation of color #D83600: hue angle of 15º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB216540-
CMYK00.7510.15
HSL15º100%42.35%-
HSV(B)15º100%84.71%-
XYZ29.6417.241.77-
YUV96.2873.67213.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 80%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21654000.7510.151510042.35
HexD836004B64Ff642a
Octal3306600113144171714452
Binary110110001101100010010111100100111111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83600; }

 p { color: rgb(216,54,0); }

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

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

 a { background-color: rgb(216,54,0); }

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

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

 span { border-color: rgb(216,54,0); }

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