Html Css Color HEX #DA4816 Harley Davidson Orange

📋 copy color: '#DA4816'

red 218 ◦ green 72 ◦ blue 22

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

Shades of Harley Davidson Orange #DA4816

Tints of Harley Davidson Orange #DA4816

RGB

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

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

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

R = 69.87%
G = 23.08%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4816 (or 0xDA4816) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 16. RGB value is (218,72,22). Sum of RGB (Red+Green+Blue) = 218+72+22=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4816 is #25B7E9. Grayscale: #6E6E6E. Windows color (decimal): -2471914 or 1460442. OLE color: 1460442.

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

Color convert

RGB 218 72 22 -
CMYK 0 0.67 0.90 0.15
HSL 15.31º 0.82% 0.47% -
HSV(B) 15.31º 0.9% 0.85% -
XYZ 31.38 19.6 2.89 -
YUV 109.95 78.37 205.07 -
System Red Green Blue C M Y K H S L
Decimal 218 72 22 0 0.67 0.90 0.15 15.31 0.82 0.47
Hex DA 48 16 0 43 5A F F 52 2F
Octal 332 110 26 0 103 132 17 17 122 57
Binary 11011010 1001000 10110 0 1000011 1011010 1111 1111 1010010 101111

Color Harmonies of #DA4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4816

Black with #DA4816

Text Example


Text Example

White with #DA4816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4816; }

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

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

background-color css

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

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

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

border-color css

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

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

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