Html Css Color HEX #DA4B16 Harley Davidson Orange

📋 copy color: '#DA4B16'

red 218 ◦ green 75 ◦ blue 22

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

Shades of Harley Davidson Orange #DA4B16

Tints of Harley Davidson Orange #DA4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

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

R = 69.21%
G = 23.81%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4B16 (or 0xDA4B16) is known color: Harley Davidson Orange. HEX triplet: DA, 4B and 16. RGB value is (218,75,22). Sum of RGB (Red+Green+Blue) = 218+75+22=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4B16 is #25B4E9. Grayscale: #707070. Windows color (decimal): -2471146 or 1461210. OLE color: 1461210.

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

Color convert

RGB 218 75 22 -
CMYK 0 0.66 0.90 0.15
HSL 16.22º 0.82% 0.47% -
HSV(B) 16.22º 0.9% 0.85% -
XYZ 31.57 20 2.95 -
YUV 111.72 77.38 203.81 -
System Red Green Blue C M Y K H S L
Decimal 218 75 22 0 0.66 0.90 0.15 16.22 0.82 0.47
Hex DA 4B 16 0 42 5A F 10 52 2F
Octal 332 113 26 0 102 132 17 20 122 57
Binary 11011010 1001011 10110 0 1000010 1011010 1111 10000 1010010 101111

Color Harmonies of #DA4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B16

Black with #DA4B16

Text Example


Text Example

White with #DA4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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