Html Css Color HEX #D9440B Harley Davidson Orange

📋 copy color: '#D9440B'

red 217 ◦ green 68 ◦ blue 11

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

Shades of Harley Davidson Orange #D9440B

Tints of Harley Davidson Orange #D9440B

RGB

 RED value IS 217 (85.16% from 255) = 73.31%

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

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

R = 73.31%
G = 22.97%
B = 3.72%

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

#D9440B (or 0xD9440B) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 0B. RGB value is (217,68,11). Sum of RGB (Red+Green+Blue) = 217+68+11=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9440B is #26BBF4. Grayscale: #6A6A6A. Windows color (decimal): -2538485 or 738521. OLE color: 738521.

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

Color convert

RGB 217 68 11 -
CMYK 0 0.69 0.95 0.15
HSL 16.6º 0.9% 0.45% -
HSV(B) 16.6º 0.95% 0.85% -
XYZ 30.74 18.91 2.35 -
YUV 106.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 217 68 11 0 0.69 0.95 0.15 16.6 0.9 0.45
Hex D9 44 B 0 45 5F F 11 5A 2D
Octal 331 104 13 0 105 137 17 21 132 55
Binary 11011001 1000100 1011 0 1000101 1011111 1111 10001 1011010 101101

Color Harmonies of #D9440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9440B

Black with #D9440B

Text Example


Text Example

White with #D9440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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