#D04812

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

Shades of Harley Davidson Orange #D04812

Tints of Harley Davidson Orange #D04812

Color information

#D04812 (or 0xD04812) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 48 and 12. RGB value is (208,72,18). Sum of RGB (Red+Green+Blue) = 208+72+18=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04812 is #2FB7ED. Grayscale: #6A6A6A. Windows color (decimal): -3127278 or 1198288. OLE color: 1198288.

HSL color Cylindrical-coordinate representation of color #D04812: hue angle of 17.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04812 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB2087218-
CMYK00.650.910.18
HSL17.05º84.07%44.31%-
HSV(B)17.05º91.35%81.57%-
XYZ28.4418.092.56-
YUV106.5178.06200.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.80%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 18 (7.42% from 255) = 6.04%
R=69.80%
G=24.16%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208721800.650.910.1817.0584.0744.31
HexD048120415B1211542c
Octal320110220101133222112454
Binary1101000010010001001001000001101101110010100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04812; }

 p { color: rgb(208,72,18); }

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

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

 a { background-color: rgb(208,72,18); }

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

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

 span { border-color: rgb(208,72,18); }

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