Html Css Color HEX #D9460D Harley Davidson Orange

📋 copy color: '#D9460D'

red 217 ◦ green 70 ◦ blue 13

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

Shades of Harley Davidson Orange #D9460D

Tints of Harley Davidson Orange #D9460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 72.33%
G = 23.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9460D (or 0xD9460D) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 0D. RGB value is (217,70,13). Sum of RGB (Red+Green+Blue) = 217+70+13=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9460D is #26B9F2. Grayscale: #6B6B6B. Windows color (decimal): -2537971 or 870105. OLE color: 870105.

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

Color convert

RGB 217 70 13 -
CMYK 0 0.68 0.94 0.15
HSL 16.76º 0.89% 0.45% -
HSV(B) 16.76º 0.94% 0.85% -
XYZ 30.88 19.16 2.45 -
YUV 107.46 74.7 206.13 -
System Red Green Blue C M Y K H S L
Decimal 217 70 13 0 0.68 0.94 0.15 16.76 0.89 0.45
Hex D9 46 D 0 44 5E F 11 59 2D
Octal 331 106 15 0 104 136 17 21 131 55
Binary 11011001 1000110 1101 0 1000100 1011110 1111 10001 1011001 101101

Color Harmonies of #D9460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9460D

Black with #D9460D

Text Example


Text Example

White with #D9460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9460D; }

 p { color: rgb(217,70,13); }

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

background-color css

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

 a { background-color: rgb(217,70,13); }

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

border-color css

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

 span { border-color: rgb(217,70,13); }

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