Html Css Color HEX #DA4217 Harley Davidson Orange

📋 copy color: '#DA4217'

red 218 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #DA4217

Tints of Harley Davidson Orange #DA4217

RGB

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

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

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

R = 71.01%
G = 21.5%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4217 (or 0xDA4217) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 17. RGB value is (218,66,23). Sum of RGB (Red+Green+Blue) = 218+66+23=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4217 is #25BDE8. Grayscale: #6A6A6A. Windows color (decimal): -2473449 or 1524442. OLE color: 1524442.

HSL color Cylindrical-coordinate representation of color #DA4217: hue angle of 13.23º 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 #DA4217 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 23 -
CMYK 0 0.70 0.89 0.15
HSL 13.23º 0.81% 0.47% -
HSV(B) 13.23º 0.89% 0.85% -
XYZ 31.02 18.86 2.82 -
YUV 106.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 218 66 23 0 0.70 0.89 0.15 13.23 0.81 0.47
Hex DA 42 17 0 46 59 F D 51 2F
Octal 332 102 27 0 106 131 17 15 121 57
Binary 11011010 1000010 10111 0 1000110 1011001 1111 1101 1010001 101111

Color Harmonies of #DA4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4217

Black with #DA4217

Text Example


Text Example

White with #DA4217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4217; }

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

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

background-color css

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

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

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

border-color css

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

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

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