Html Css Color HEX #DC4710 Harley Davidson Orange

📋 copy color: '#DC4710'

red 220 ◦ green 71 ◦ blue 16

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

Shades of Harley Davidson Orange #DC4710

Tints of Harley Davidson Orange #DC4710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 71.66%
G = 23.13%
B = 5.21%

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

#DC4710 (or 0xDC4710) is known color: Harley Davidson Orange. HEX triplet: DC, 47 and 10. RGB value is (220,71,16). Sum of RGB (Red+Green+Blue) = 220+71+16=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4710 is #23B8EF. Grayscale: #6D6D6D. Windows color (decimal): -2341104 or 1066972. OLE color: 1066972.

HSL color Cylindrical-coordinate representation of color #DC4710: hue angle of 16.18º degrees, saturation: 0.86, 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 #DC4710 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 16 -
CMYK 0 0.68 0.93 0.14
HSL 16.18º 0.86% 0.46% -
HSV(B) 16.18º 0.93% 0.86% -
XYZ 31.86 19.76 2.62 -
YUV 109.28 75.36 206.97 -
System Red Green Blue C M Y K H S L
Decimal 220 71 16 0 0.68 0.93 0.14 16.18 0.86 0.46
Hex DC 47 10 0 44 5D E 10 56 2E
Octal 334 107 20 0 104 135 16 20 126 56
Binary 11011100 1000111 10000 0 1000100 1011101 1110 10000 1010110 101110

Color Harmonies of #DC4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4710

Black with #DC4710

Text Example


Text Example

White with #DC4710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4710; }

 p { color: rgb(220,71,16); }

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

background-color css

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

 a { background-color: rgb(220,71,16); }

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

border-color css

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

 span { border-color: rgb(220,71,16); }

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