Html Css Color HEX #DA4308 Harley Davidson Orange

📋 copy color: '#DA4308'

red 218 ◦ green 67 ◦ blue 8

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

Shades of Harley Davidson Orange #DA4308

Tints of Harley Davidson Orange #DA4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 74.4%
G = 22.87%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4308 (or 0xDA4308) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 08. RGB value is (218,67,8). Sum of RGB (Red+Green+Blue) = 218+67+8=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4308 is #25BCF7. Grayscale: #696969. Windows color (decimal): -2473208 or 541658. OLE color: 541658.

HSL color Cylindrical-coordinate representation of color #DA4308: hue angle of 16.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA4308 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 8 -
CMYK 0 0.69 0.96 0.15
HSL 16.86º 0.93% 0.44% -
HSV(B) 16.86º 0.96% 0.85% -
XYZ 30.96 18.94 2.25 -
YUV 105.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 218 67 8 0 0.69 0.96 0.15 16.86 0.93 0.44
Hex DA 43 8 0 45 60 F 11 5D 2C
Octal 332 103 10 0 105 140 17 21 135 54
Binary 11011010 1000011 1000 0 1000101 1100000 1111 10001 1011101 101100

Color Harmonies of #DA4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4308

Black with #DA4308

Text Example


Text Example

White with #DA4308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4308; }

 p { color: rgb(218,67,8); }

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

background-color css

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

 a { background-color: rgb(218,67,8); }

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

border-color css

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

 span { border-color: rgb(218,67,8); }

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