Html Css Color HEX #DA4812 Harley Davidson Orange

📋 copy color: '#DA4812'

red 218 ◦ green 72 ◦ blue 18

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

Shades of Harley Davidson Orange #DA4812

Tints of Harley Davidson Orange #DA4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 70.78%
G = 23.38%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA4812 (or 0xDA4812) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 12. RGB value is (218,72,18). Sum of RGB (Red+Green+Blue) = 218+72+18=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4812 is #25B7ED. Grayscale: #6D6D6D. Windows color (decimal): -2471918 or 1198298. OLE color: 1198298.

HSL color Cylindrical-coordinate representation of color #DA4812: hue angle of 16.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA4812 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 18 -
CMYK 0 0.67 0.92 0.15
HSL 16.2º 0.85% 0.46% -
HSV(B) 16.2º 0.92% 0.85% -
XYZ 31.34 19.58 2.7 -
YUV 109.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 218 72 18 0 0.67 0.92 0.15 16.2 0.85 0.46
Hex DA 48 12 0 43 5C F 10 55 2E
Octal 332 110 22 0 103 134 17 20 125 56
Binary 11011010 1001000 10010 0 1000011 1011100 1111 10000 1010101 101110

Color Harmonies of #DA4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4812

Black with #DA4812

Text Example


Text Example

White with #DA4812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4812; }

 p { color: rgb(218,72,18); }

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

background-color css

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

 a { background-color: rgb(218,72,18); }

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

border-color css

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

 span { border-color: rgb(218,72,18); }

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