#DC4814

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

Shades of Harley Davidson Orange #DC4814

Tints of Harley Davidson Orange #DC4814

Color information

#DC4814 (or 0xDC4814) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 48 and 14. RGB value is (220,72,20). Sum of RGB (Red+Green+Blue) = 220+72+20=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4814 is #23B7EB. Grayscale: #6E6E6E. Windows color (decimal): -2340844 or 1329372. OLE color: 1329372.

HSL color Cylindrical-coordinate representation of color #DC4814: hue angle of 15.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC4814 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB2207220-
CMYK00.670.910.14
HSL15.6º83.33%47.06%-
HSV(B)15.6º90.91%86.27%-
XYZ31.9619.92.82-
YUV110.3277.03206.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.51%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=70.51%
G=23.08%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220722000.670.910.1415.683.3347.06
HexDC48140435BE10532f
Octal334110240103133162012357
Binary110111001001000101000100001110110111110100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4814; }

 p { color: rgb(220,72,20); }

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

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

 a { background-color: rgb(220,72,20); }

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

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

 span { border-color: rgb(220,72,20); }

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