Html Css Color HEX #DA440B Harley Davidson Orange

📋 copy color: '#DA440B'

red 218 ◦ green 68 ◦ blue 11

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

Shades of Harley Davidson Orange #DA440B

Tints of Harley Davidson Orange #DA440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 73.4%
G = 22.9%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA440B (or 0xDA440B) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 0B. RGB value is (218,68,11). Sum of RGB (Red+Green+Blue) = 218+68+11=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA440B is #25BBF4. Grayscale: #6A6A6A. Windows color (decimal): -2472949 or 738522. OLE color: 738522.

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

Color convert

RGB 218 68 11 -
CMYK 0 0.69 0.95 0.15
HSL 16.52º 0.9% 0.45% -
HSV(B) 16.52º 0.95% 0.85% -
XYZ 31.04 19.06 2.36 -
YUV 106.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 218 68 11 0 0.69 0.95 0.15 16.52 0.9 0.45
Hex DA 44 B 0 45 5F F 11 5A 2D
Octal 332 104 13 0 105 137 17 21 132 55
Binary 11011010 1000100 1011 0 1000101 1011111 1111 10001 1011010 101101

Color Harmonies of #DA440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA440B

Black with #DA440B

Text Example


Text Example

White with #DA440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA440B; }

 p { color: rgb(218,68,11); }

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

background-color css

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

 a { background-color: rgb(218,68,11); }

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

border-color css

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

 span { border-color: rgb(218,68,11); }

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