Html Css Color HEX #DB4316 Harley Davidson Orange

📋 copy color: '#DB4316'

red 219 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #DB4316

Tints of Harley Davidson Orange #DB4316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 71.1%
G = 21.75%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4316 (or 0xDB4316) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 16. RGB value is (219,67,22). Sum of RGB (Red+Green+Blue) = 219+67+22=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4316 is #24BCE9. Grayscale: #6B6B6B. Windows color (decimal): -2407658 or 1459163. OLE color: 1459163.

HSL color Cylindrical-coordinate representation of color #DB4316: hue angle of 13.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4316 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 22 -
CMYK 0 0.69 0.90 0.14
HSL 13.71º 0.82% 0.47% -
HSV(B) 13.71º 0.9% 0.86% -
XYZ 31.37 19.13 2.8 -
YUV 107.32 79.86 207.66 -
System Red Green Blue C M Y K H S L
Decimal 219 67 22 0 0.69 0.90 0.14 13.71 0.82 0.47
Hex DB 43 16 0 45 5A E E 52 2F
Octal 333 103 26 0 105 132 16 16 122 57
Binary 11011011 1000011 10110 0 1000101 1011010 1110 1110 1010010 101111

Color Harmonies of #DB4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4316

Black with #DB4316

Text Example


Text Example

White with #DB4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4316; }

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

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

background-color css

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

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

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

border-color css

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

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

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