Html Css Color HEX #DC4616 Harley Davidson Orange

📋 copy color: '#DC4616'

red 220 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #DC4616

Tints of Harley Davidson Orange #DC4616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 70.51%
G = 22.44%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC4616 (or 0xDC4616) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 16. RGB value is (220,70,22). Sum of RGB (Red+Green+Blue) = 220+70+22=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4616 is #23B9E9. Grayscale: #6D6D6D. Windows color (decimal): -2341354 or 1459932. OLE color: 1459932.

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

Color convert

RGB 220 70 22 -
CMYK 0 0.68 0.9 0.14
HSL 14.55º 0.82% 0.47% -
HSV(B) 14.55º 0.9% 0.86% -
XYZ 31.85 19.65 2.87 -
YUV 109.38 78.7 206.9 -
System Red Green Blue C M Y K H S L
Decimal 220 70 22 0 0.68 0.9 0.14 14.55 0.82 0.47
Hex DC 46 16 0 44 5A E F 52 2F
Octal 334 106 26 0 104 132 16 17 122 57
Binary 11011100 1000110 10110 0 1000100 1011010 1110 1111 1010010 101111

Color Harmonies of #DC4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4616

Black with #DC4616

Text Example


Text Example

White with #DC4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4616; }

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

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

background-color css

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

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

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

border-color css

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

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

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