#D84D1A

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

Shades of Harley Davidson Orange #D84D1A

Tints of Harley Davidson Orange #D84D1A

Color information

#D84D1A (or 0xD84D1A) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 4D and 1A. RGB value is (216,77,26). Sum of RGB (Red+Green+Blue) = 216+77+26=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D1A is #27B2E5. Grayscale: #717171. Windows color (decimal): -2601702 or 1723864. OLE color: 1723864.

HSL color Cylindrical-coordinate representation of color #D84D1A: hue angle of 16.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D84D1A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB2167726-
CMYK00.640.880.15
HSL16.11º78.51%47.45%-
HSV(B)16.11º87.96%84.71%-
XYZ31.1619.983.19-
YUV112.7579.05201.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.71%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=67.71%
G=24.14%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216772600.640.880.1516.1178.5147.45
HexD84D1A04058F104f2f
Octal330115320100130172011757
Binary110110001001101110100100000010110001111100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D1A; }

 p { color: rgb(216,77,26); }

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

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

 a { background-color: rgb(216,77,26); }

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

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

 span { border-color: rgb(216,77,26); }

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