Html Css Color HEX #D04812 Harley Davidson Orange

📋 copy color: '#D04812'

red 208 ◦ green 72 ◦ blue 18

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

Shades of Harley Davidson Orange #D04812

Tints of Harley Davidson Orange #D04812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 69.8%
G = 24.16%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04812 (or 0xD04812) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 12. RGB value is (208,72,18). Sum of RGB (Red+Green+Blue) = 208+72+18=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04812 is #2FB7ED. Grayscale: #6A6A6A. Windows color (decimal): -3127278 or 1198288. OLE color: 1198288.

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

Color convert

RGB 208 72 18 -
CMYK 0 0.65 0.91 0.18
HSL 17.05º 0.84% 0.44% -
HSV(B) 17.05º 0.91% 0.82% -
XYZ 28.44 18.09 2.56 -
YUV 106.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 208 72 18 0 0.65 0.91 0.18 17.05 0.84 0.44
Hex D0 48 12 0 41 5B 12 11 54 2C
Octal 320 110 22 0 101 133 22 21 124 54
Binary 11010000 1001000 10010 0 1000001 1011011 10010 10001 1010100 101100

Color Harmonies of #D04812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04812

Black with #D04812

Text Example


Text Example

White with #D04812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04812; }

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

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

background-color css

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

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

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

border-color css

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

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

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