Html Css Color HEX #DA4C17 Harley Davidson Orange

📋 copy color: '#DA4C17'

red 218 ◦ green 76 ◦ blue 23

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

Shades of Harley Davidson Orange #DA4C17

Tints of Harley Davidson Orange #DA4C17

RGB

 RED value IS 218 (85.55% from 255) = 68.77%

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 68.77%
G = 23.97%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4C17 (or 0xDA4C17) is known color: Harley Davidson Orange. HEX triplet: DA, 4C and 17. RGB value is (218,76,23). Sum of RGB (Red+Green+Blue) = 218+76+23=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C17 is #25B3E8. Grayscale: #707070. Windows color (decimal): -2470889 or 1527002. OLE color: 1527002.

HSL color Cylindrical-coordinate representation of color #DA4C17: hue angle of 16.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4C17 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 23 -
CMYK 0 0.65 0.89 0.15
HSL 16.31º 0.81% 0.47% -
HSV(B) 16.31º 0.89% 0.85% -
XYZ 31.65 20.14 3.03 -
YUV 112.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 218 76 23 0 0.65 0.89 0.15 16.31 0.81 0.47
Hex DA 4C 17 0 41 59 F 10 51 2F
Octal 332 114 27 0 101 131 17 20 121 57
Binary 11011010 1001100 10111 0 1000001 1011001 1111 10000 1010001 101111

Color Harmonies of #DA4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C17

Black with #DA4C17

Text Example


Text Example

White with #DA4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C17; }

 p { color: rgb(218,76,23); }

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

background-color css

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

 a { background-color: rgb(218,76,23); }

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

border-color css

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

 span { border-color: rgb(218,76,23); }

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