Html Css Color HEX #DC440E Harley Davidson Orange

📋 copy color: '#DC440E'

red 220 ◦ green 68 ◦ blue 14

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

Shades of Harley Davidson Orange #DC440E

Tints of Harley Davidson Orange #DC440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

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

R = 72.85%
G = 22.52%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC440E (or 0xDC440E) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 0E. RGB value is (220,68,14). Sum of RGB (Red+Green+Blue) = 220+68+14=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC440E is #23BBF1. Grayscale: #6B6B6B. Windows color (decimal): -2341874 or 935132. OLE color: 935132.

HSL color Cylindrical-coordinate representation of color #DC440E: hue angle of 15.73º 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 #DC440E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 14 -
CMYK 0 0.69 0.94 0.14
HSL 15.73º 0.88% 0.46% -
HSV(B) 15.73º 0.94% 0.86% -
XYZ 31.66 19.38 2.49 -
YUV 107.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 220 68 14 0 0.69 0.94 0.14 15.73 0.88 0.46
Hex DC 44 E 0 45 5E E 10 58 2E
Octal 334 104 16 0 105 136 16 20 130 56
Binary 11011100 1000100 1110 0 1000101 1011110 1110 10000 1011000 101110

Color Harmonies of #DC440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC440E

Black with #DC440E

Text Example


Text Example

White with #DC440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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