Html Css Color HEX #DB4309 Harley Davidson Orange

📋 copy color: '#DB4309'

red 219 ◦ green 67 ◦ blue 9

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

Shades of Harley Davidson Orange #DB4309

Tints of Harley Davidson Orange #DB4309

RGB

 RED value IS 219 (85.94% from 255) = 74.24%

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 74.24%
G = 22.71%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB4309 (or 0xDB4309) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 09. RGB value is (219,67,9). Sum of RGB (Red+Green+Blue) = 219+67+9=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4309 is #24BCF6. Grayscale: #6A6A6A. Windows color (decimal): -2407671 or 607195. OLE color: 607195.

HSL color Cylindrical-coordinate representation of color #DB4309: hue angle of 16.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4309 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 9 -
CMYK 0 0.69 0.96 0.14
HSL 16.57º 0.92% 0.45% -
HSV(B) 16.57º 0.96% 0.86% -
XYZ 31.27 19.09 2.3 -
YUV 105.84 73.36 208.72 -
System Red Green Blue C M Y K H S L
Decimal 219 67 9 0 0.69 0.96 0.14 16.57 0.92 0.45
Hex DB 43 9 0 45 60 E 11 5C 2D
Octal 333 103 11 0 105 140 16 21 134 55
Binary 11011011 1000011 1001 0 1000101 1100000 1110 10001 1011100 101101

Color Harmonies of #DB4309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4309

Black with #DB4309

Text Example


Text Example

White with #DB4309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4309; }

 p { color: rgb(219,67,9); }

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

background-color css

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

 a { background-color: rgb(219,67,9); }

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

border-color css

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

 span { border-color: rgb(219,67,9); }

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