Html Css Color HEX #DC460E Harley Davidson Orange

📋 copy color: '#DC460E'

red 220 ◦ green 70 ◦ blue 14

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

Shades of Harley Davidson Orange #DC460E

Tints of Harley Davidson Orange #DC460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 72.37%
G = 23.03%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC460E (or 0xDC460E) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 0E. RGB value is (220,70,14). Sum of RGB (Red+Green+Blue) = 220+70+14=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC460E is #23B9F1. Grayscale: #6C6C6C. Windows color (decimal): -2341362 or 935644. OLE color: 935644.

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

Color convert

RGB 220 70 14 -
CMYK 0 0.68 0.94 0.14
HSL 16.31º 0.88% 0.46% -
HSV(B) 16.31º 0.94% 0.86% -
XYZ 31.78 19.63 2.53 -
YUV 108.47 74.7 207.55 -
System Red Green Blue C M Y K H S L
Decimal 220 70 14 0 0.68 0.94 0.14 16.31 0.88 0.46
Hex DC 46 E 0 44 5E E 10 58 2E
Octal 334 106 16 0 104 136 16 20 130 56
Binary 11011100 1000110 1110 0 1000100 1011110 1110 10000 1011000 101110

Color Harmonies of #DC460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC460E

Black with #DC460E

Text Example


Text Example

White with #DC460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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