Html Css Color HEX #D04816 Harley Davidson Orange

📋 copy color: '#D04816'

red 208 ◦ green 72 ◦ blue 22

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

Shades of Harley Davidson Orange #D04816

Tints of Harley Davidson Orange #D04816

RGB

 RED value IS 208 (81.64% from 255) = 68.87%

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 68.87%
G = 23.84%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D04816 (or 0xD04816) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 16. RGB value is (208,72,22). Sum of RGB (Red+Green+Blue) = 208+72+22=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04816 is #2FB7E9. Grayscale: #6B6B6B. Windows color (decimal): -3127274 or 1460432. OLE color: 1460432.

HSL color Cylindrical-coordinate representation of color #D04816: hue angle of 16.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D04816 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 22 -
CMYK 0 0.65 0.89 0.18
HSL 16.13º 0.81% 0.45% -
HSV(B) 16.13º 0.89% 0.82% -
XYZ 28.47 18.1 2.75 -
YUV 106.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 208 72 22 0 0.65 0.89 0.18 16.13 0.81 0.45
Hex D0 48 16 0 41 59 12 10 51 2D
Octal 320 110 26 0 101 131 22 20 121 55
Binary 11010000 1001000 10110 0 1000001 1011001 10010 10000 1010001 101101

Color Harmonies of #D04816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04816

Black with #D04816

Text Example


Text Example

White with #D04816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04816; }

 p { color: rgb(208,72,22); }

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

background-color css

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

 a { background-color: rgb(208,72,22); }

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

border-color css

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

 span { border-color: rgb(208,72,22); }

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