Html Css Color HEX #D83706 Harley Davidson Orange

📋 copy color: '#D83706'

red 216 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #D83706

Tints of Harley Davidson Orange #D83706

RGB

 RED value IS 216 (84.77% from 255) = 77.98%

 GREEN value IS 55 (21.88% from 255) = 19.86%

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

R = 77.98%
G = 19.86%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D83706 (or 0xD83706) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 06. RGB value is (216,55,6). Sum of RGB (Red+Green+Blue) = 216+55+6=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D83706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83706 is #27C8F9. Grayscale: #616161. Windows color (decimal): -2607354 or 407512. OLE color: 407512.

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

Color convert

RGB 216 55 6 -
CMYK 0 0.75 0.97 0.15
HSL 14º 0.95% 0.44% -
HSV(B) 14º 0.97% 0.85% -
XYZ 29.72 17.34 1.95 -
YUV 97.55 76.34 212.48 -
System Red Green Blue C M Y K H S L
Decimal 216 55 6 0 0.75 0.97 0.15 14 0.95 0.44
Hex D8 37 6 0 4B 61 F E 5F 2C
Octal 330 67 6 0 113 141 17 16 137 54
Binary 11011000 110111 110 0 1001011 1100001 1111 1110 1011111 101100

Color Harmonies of #D83706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83706

Black with #D83706

Text Example


Text Example

White with #D83706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83706; }

 p { color: rgb(216,55,6); }

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

background-color css

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

 a { background-color: rgb(216,55,6); }

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

border-color css

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

 span { border-color: rgb(216,55,6); }

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