Html Css Color HEX #DC460F Harley Davidson Orange

📋 copy color: '#DC460F'

red 220 ◦ green 70 ◦ blue 15

#DC460F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DC460F

Tints of Harley Davidson Orange #DC460F

RGB

 RED value IS 220 (86.33% from 255) = 72.13%

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 72.13%
G = 22.95%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC460F (or 0xDC460F) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 0F. RGB value is (220,70,15). Sum of RGB (Red+Green+Blue) = 220+70+15=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC460F is #23B9F0. Grayscale: #6C6C6C. Windows color (decimal): -2341361 or 1001180. OLE color: 1001180.

HSL color Cylindrical-coordinate representation of color #DC460F: hue angle of 16.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC460F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 15 -
CMYK 0 0.68 0.93 0.14
HSL 16.1º 0.87% 0.46% -
HSV(B) 16.1º 0.93% 0.86% -
XYZ 31.79 19.63 2.57 -
YUV 108.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 220 70 15 0 0.68 0.93 0.14 16.1 0.87 0.46
Hex DC 46 F 0 44 5D E 10 57 2E
Octal 334 106 17 0 104 135 16 20 127 56
Binary 11011100 1000110 1111 0 1000100 1011101 1110 10000 1010111 101110

Color Harmonies of #DC460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC460F

Black with #DC460F

Text Example


Text Example

White with #DC460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC460F; }

 p { color: rgb(220,70,15); }

 H1.HeaderClassName
 {
   color: #DC460F;
 }
 .AnyTagClassName
 {
   color: #DC460F;
 }
</style>

background-color css

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

 a { background-color: rgb(220,70,15); }

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

border-color css

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

 span { border-color: rgb(220,70,15); }

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