Html Css Color HEX #DB3206 Harley Davidson Orange

📋 copy color: '#DB3206'

red 219 ◦ green 50 ◦ blue 6

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

Shades of Harley Davidson Orange #DB3206

Tints of Harley Davidson Orange #DB3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 79.64%
G = 18.18%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB3206 (or 0xDB3206) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 06. RGB value is (219,50,6). Sum of RGB (Red+Green+Blue) = 219+50+6=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3206 is #24CDF9. Grayscale: #5F5F5F. Windows color (decimal): -2412026 or 406235. OLE color: 406235.

HSL color Cylindrical-coordinate representation of color #DB3206: hue angle of 12.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB3206 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 6 -
CMYK 0 0.77 0.97 0.14
HSL 12.39º 0.95% 0.44% -
HSV(B) 12.39º 0.97% 0.86% -
XYZ 30.39 17.35 1.92 -
YUV 95.52 77.49 216.08 -
System Red Green Blue C M Y K H S L
Decimal 219 50 6 0 0.77 0.97 0.14 12.39 0.95 0.44
Hex DB 32 6 0 4D 61 E C 5F 2C
Octal 333 62 6 0 115 141 16 14 137 54
Binary 11011011 110010 110 0 1001101 1100001 1110 1100 1011111 101100

Color Harmonies of #DB3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3206

Black with #DB3206

Text Example


Text Example

White with #DB3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3206; }

 p { color: rgb(219,50,6); }

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

background-color css

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

 a { background-color: rgb(219,50,6); }

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

border-color css

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

 span { border-color: rgb(219,50,6); }

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