Html Css Color HEX #DC4217 Harley Davidson Orange

📋 copy color: '#DC4217'

red 220 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #DC4217

Tints of Harley Davidson Orange #DC4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 71.2%
G = 21.36%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4217 (or 0xDC4217) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 17. RGB value is (220,66,23). Sum of RGB (Red+Green+Blue) = 220+66+23=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4217 is #23BDE8. Grayscale: #6B6B6B. Windows color (decimal): -2342377 or 1524444. OLE color: 1524444.

HSL color Cylindrical-coordinate representation of color #DC4217: hue angle of 13.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4217 is Cyan = 0, Magento = 0.7, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 23 -
CMYK 0 0.7 0.90 0.14
HSL 13.1º 0.81% 0.48% -
HSV(B) 13.1º 0.9% 0.86% -
XYZ 31.62 19.17 2.85 -
YUV 107.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 220 66 23 0 0.7 0.90 0.14 13.1 0.81 0.48
Hex DC 42 17 0 46 5A E D 51 30
Octal 334 102 27 0 106 132 16 15 121 60
Binary 11011100 1000010 10111 0 1000110 1011010 1110 1101 1010001 110000

Color Harmonies of #DC4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4217

Black with #DC4217

Text Example


Text Example

White with #DC4217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4217; }

 p { color: rgb(220,66,23); }

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

background-color css

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

 a { background-color: rgb(220,66,23); }

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

border-color css

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

 span { border-color: rgb(220,66,23); }

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